Html Css Color HEX #A837CB Dark Orchid

📋 copy color: '#A837CB'

red 168 ◦ green 55 ◦ blue 203

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

Shades of Dark Orchid #A837CB

Tints of Dark Orchid #A837CB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.91%

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

R = 39.44%
G = 12.91%
B = 47.65%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A837CB (or 0xA837CB) is known color: Dark Orchid. HEX triplet: A8, 37 and CB. RGB value is (168,55,203). Sum of RGB (Red+Green+Blue) = 168+55+203=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #A837CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837CB is #57C834. Grayscale: #696969. Windows color (decimal): -5752885 or 13318056. OLE color: 13318056.

HSL color Cylindrical-coordinate representation of color #A837CB: hue angle of 285.81º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A837CB is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 55 203 -
CMYK 0.17 0.73 0 0.20
HSL 285.81º 0.59% 0.51% -
HSV(B) 285.81º 0.73% 0.8% -
XYZ 28.29 15.37 57.98 -
YUV 105.66 182.94 172.47 -
System Red Green Blue C M Y K H S L
Decimal 168 55 203 0.17 0.73 0 0.20 285.81 0.59 0.51
Hex A8 37 CB 11 49 0 14 11E 3B 33
Octal 250 67 313 21 111 0 24 436 73 63
Binary 10101000 110111 11001011 10001 1001001 0 10100 100011110 111011 110011

Color Harmonies of #A837CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A837CB

Black with #A837CB

Text Example


Text Example

White with #A837CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A837CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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