#A244CB

Color #A244CB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A244CB

Tints of Dark Orchid #A244CB

Color information

#A244CB (or 0xA244CB) is unknown color: approx Dark Orchid. HEX triplet: A2, 44 and CB. RGB value is (162,68,203). Sum of RGB (Red+Green+Blue) = 162+68+203=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #A244CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244CB is #5DBB34. Grayscale: #6F6F6F. Windows color (decimal): -6142773 or 13321378. OLE color: 13321378.

HSL color Cylindrical-coordinate representation of color #A244CB: hue angle of 281.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A244CB is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16268203-
CMYK0.200.6700.20
HSL281.78º56.49%53.14%-
HSV(B)281.78º66.5%79.61%-
XYZ27.7516.1358.15-
YUV111.5179.64164.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 68 (26.95% from 255) = 15.70%
BLUE value IS 203 (79.69% from 255) = 46.88%
R=37.41%
G=15.70%
B=46.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162682030.200.6700.20281.7856.4953.14
HexA244CB144301411a3835
Octal242104313241030244327065
Binary10100010100010011001011101001000011010100100011010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A244CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A244CB; }

 p { color: rgb(162,68,203); }

 H1.HeaderClassName
 {
   color: #A244CB;
 }
 .AnyTagClassName
 {
   color: #A244CB;
 }
</style>
background-color css

<style>
 a { background-color: #A244CB; }

 a { background-color: rgb(162,68,203); }

 div.DivClassName
 {
   background-color: #A244CB;
 }
 .BgClassName
 {
   background-color: #A244CB;
 }
</style>
border-color css

<style>
 span { border-color: #A244CB; }

 span { border-color: rgb(162,68,203); }

 td.TdClassName
 {
   border-color: #A244CB;
 }
 .TagClassName
 {
   border-color: #A244CB;
 }
</style>