Html Css Color HEX #AB36DC Dark Orchid

📋 copy color: '#AB36DC'

red 171 ◦ green 54 ◦ blue 220

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

Shades of Dark Orchid #AB36DC

Tints of Dark Orchid #AB36DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 38.43%
G = 12.13%
B = 49.44%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB36DC (or 0xAB36DC) is known color: Dark Orchid. HEX triplet: AB, 36 and DC. RGB value is (171,54,220). Sum of RGB (Red+Green+Blue) = 171+54+220=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB36DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36DC is #54C923. Grayscale: #6B6B6B. Windows color (decimal): -5556516 or 14431915. OLE color: 14431915.

HSL color Cylindrical-coordinate representation of color #AB36DC: hue angle of 282.29º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB36DC is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 54 220 -
CMYK 0.22 0.75 0 0.14
HSL 282.29º 0.7% 0.54% -
HSV(B) 282.29º 0.75% 0.86% -
XYZ 31.03 16.46 69.25 -
YUV 107.91 191.26 173 -
System Red Green Blue C M Y K H S L
Decimal 171 54 220 0.22 0.75 0 0.14 282.29 0.7 0.54
Hex AB 36 DC 16 4B 0 E 11A 46 36
Octal 253 66 334 26 113 0 16 432 106 66
Binary 10101011 110110 11011100 10110 1001011 0 1110 100011010 1000110 110110

Color Harmonies of #AB36DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB36DC

Black with #AB36DC

Text Example


Text Example

White with #AB36DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB36DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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