Html Css Color HEX #AB37CE Dark Orchid

📋 copy color: '#AB37CE'

red 171 ◦ green 55 ◦ blue 206

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

Shades of Dark Orchid #AB37CE

Tints of Dark Orchid #AB37CE

RGB

 RED value IS 171 (67.19% from 255) = 39.58%

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 39.58%
G = 12.73%
B = 47.69%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB37CE (or 0xAB37CE) is known color: Dark Orchid. HEX triplet: AB, 37 and CE. RGB value is (171,55,206). Sum of RGB (Red+Green+Blue) = 171+55+206=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB37CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB37CE is #54C831. Grayscale: #6A6A6A. Windows color (decimal): -5556274 or 13514667. OLE color: 13514667.

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

Color convert

RGB 171 55 206 -
CMYK 0.17 0.73 0 0.19
HSL 286.09º 0.61% 0.51% -
HSV(B) 286.09º 0.73% 0.81% -
XYZ 29.3 15.85 59.91 -
YUV 106.9 183.93 173.72 -
System Red Green Blue C M Y K H S L
Decimal 171 55 206 0.17 0.73 0 0.19 286.09 0.61 0.51
Hex AB 37 CE 11 49 0 13 11E 3D 33
Octal 253 67 316 21 111 0 23 436 75 63
Binary 10101011 110111 11001110 10001 1001001 0 10011 100011110 111101 110011

Color Harmonies of #AB37CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB37CE

Black with #AB37CE

Text Example


Text Example

White with #AB37CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB37CE; }

 p { color: rgb(171,55,206); }

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

background-color css

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

 a { background-color: rgb(171,55,206); }

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

border-color css

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

 span { border-color: rgb(171,55,206); }

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