Html Css Color HEX #A842CB Dark Orchid

📋 copy color: '#A842CB'

red 168 ◦ green 66 ◦ blue 203

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

Shades of Dark Orchid #A842CB

Tints of Dark Orchid #A842CB

RGB

 RED value IS 168 (66.02% from 255) = 38.44%

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

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

R = 38.44%
G = 15.1%
B = 46.45%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A842CB (or 0xA842CB) is known color: Dark Orchid. HEX triplet: A8, 42 and CB. RGB value is (168,66,203). Sum of RGB (Red+Green+Blue) = 168+66+203=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #A842CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842CB is #57BD34. Grayscale: #6F6F6F. Windows color (decimal): -5750069 or 13320872. OLE color: 13320872.

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

Color convert

RGB 168 66 203 -
CMYK 0.17 0.67 0 0.20
HSL 284.67º 0.57% 0.53% -
HSV(B) 284.67º 0.67% 0.8% -
XYZ 28.88 16.53 58.17 -
YUV 112.12 179.29 167.86 -
System Red Green Blue C M Y K H S L
Decimal 168 66 203 0.17 0.67 0 0.20 284.67 0.57 0.53
Hex A8 42 CB 11 43 0 14 11D 39 35
Octal 250 102 313 21 103 0 24 435 71 65
Binary 10101000 1000010 11001011 10001 1000011 0 10100 100011101 111001 110101

Color Harmonies of #A842CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842CB

Black with #A842CB

Text Example


Text Example

White with #A842CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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