Html Css Color HEX #AB36CE Dark Orchid

📋 copy color: '#AB36CE'

red 171 ◦ green 54 ◦ blue 206

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

Shades of Dark Orchid #AB36CE

Tints of Dark Orchid #AB36CE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.53%

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

R = 39.68%
G = 12.53%
B = 47.8%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB36CE (or 0xAB36CE) is known color: Dark Orchid. HEX triplet: AB, 36 and CE. RGB value is (171,54,206). Sum of RGB (Red+Green+Blue) = 171+54+206=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB36CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36CE is #54C931. Grayscale: #696969. Windows color (decimal): -5556530 or 13514411. OLE color: 13514411.

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

Color convert

RGB 171 54 206 -
CMYK 0.17 0.74 0 0.19
HSL 286.18º 0.61% 0.51% -
HSV(B) 286.18º 0.74% 0.81% -
XYZ 29.25 15.75 59.89 -
YUV 106.31 184.26 174.14 -
System Red Green Blue C M Y K H S L
Decimal 171 54 206 0.17 0.74 0 0.19 286.18 0.61 0.51
Hex AB 36 CE 11 4A 0 13 11E 3D 33
Octal 253 66 316 21 112 0 23 436 75 63
Binary 10101011 110110 11001110 10001 1001010 0 10011 100011110 111101 110011

Color Harmonies of #AB36CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB36CE

Black with #AB36CE

Text Example


Text Example

White with #AB36CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB36CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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