Html Css Color HEX #AB37CB Dark Orchid

📋 copy color: '#AB37CB'

red 171 ◦ green 55 ◦ blue 203

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

Shades of Dark Orchid #AB37CB

Tints of Dark Orchid #AB37CB

RGB

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

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

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

R = 39.86%
G = 12.82%
B = 47.32%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB37CB (or 0xAB37CB) is known color: Dark Orchid. HEX triplet: AB, 37 and CB. RGB value is (171,55,203). Sum of RGB (Red+Green+Blue) = 171+55+203=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB37CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB37CB is #54C834. Grayscale: #6A6A6A. Windows color (decimal): -5556277 or 13318059. OLE color: 13318059.

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

Color convert

RGB 171 55 203 -
CMYK 0.16 0.73 0 0.20
HSL 287.03º 0.59% 0.51% -
HSV(B) 287.03º 0.73% 0.8% -
XYZ 28.94 15.7 58.01 -
YUV 106.56 182.43 173.97 -
System Red Green Blue C M Y K H S L
Decimal 171 55 203 0.16 0.73 0 0.20 287.03 0.59 0.51
Hex AB 37 CB 10 49 0 14 11F 3B 33
Octal 253 67 313 20 111 0 24 437 73 63
Binary 10101011 110111 11001011 10000 1001001 0 10100 100011111 111011 110011

Color Harmonies of #AB37CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB37CB

Black with #AB37CB

Text Example


Text Example

White with #AB37CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB37CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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