Html Css Color HEX #A442CB Dark Orchid

📋 copy color: '#A442CB'

red 164 ◦ green 66 ◦ blue 203

#A442CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A442CB

Tints of Dark Orchid #A442CB

RGB

 RED value IS 164 (64.45% from 255) = 37.88%

 GREEN value IS 66 (26.17% from 255) = 15.24%

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 37.88%
G = 15.24%
B = 46.88%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A442CB (or 0xA442CB) is known color: Dark Orchid. HEX triplet: A4, 42 and CB. RGB value is (164,66,203). Sum of RGB (Red+Green+Blue) = 164+66+203=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 66 (26.17% from 255 or 15.24% 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 #A442CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442CB is #5BBD34. Grayscale: #6E6E6E. Windows color (decimal): -6012213 or 13320868. OLE color: 13320868.

HSL color Cylindrical-coordinate representation of color #A442CB: hue angle of 282.92º degrees, saturation: 0.57, 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 #A442CB is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 66 203 -
CMYK 0.19 0.67 0 0.20
HSL 282.92º 0.57% 0.53% -
HSV(B) 282.92º 0.67% 0.8% -
XYZ 28.04 16.1 58.13 -
YUV 110.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 164 66 203 0.19 0.67 0 0.20 282.92 0.57 0.53
Hex A4 42 CB 13 43 0 14 11B 39 35
Octal 244 102 313 23 103 0 24 433 71 65
Binary 10100100 1000010 11001011 10011 1000011 0 10100 100011011 111001 110101

Color Harmonies of #A442CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A442CB

Black with #A442CB

Text Example


Text Example

White with #A442CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A442CB; }

 p { color: rgb(164,66,203); }

 H1.HeaderClassName
 {
   color: #A442CB;
 }
 .AnyTagClassName
 {
   color: #A442CB;
 }
</style>

background-color css

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

 a { background-color: rgb(164,66,203); }

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

border-color css

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

 span { border-color: rgb(164,66,203); }

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