Html Css Color HEX #AB36DD Dark Orchid

📋 copy color: '#AB36DD'

red 171 ◦ green 54 ◦ blue 221

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

Shades of Dark Orchid #AB36DD

Tints of Dark Orchid #AB36DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 38.34%
G = 12.11%
B = 49.55%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB36DD (or 0xAB36DD) is known color: Dark Orchid. HEX triplet: AB, 36 and DD. RGB value is (171,54,221). Sum of RGB (Red+Green+Blue) = 171+54+221=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB36DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36DD is #54C922. Grayscale: #6B6B6B. Windows color (decimal): -5556515 or 14497451. OLE color: 14497451.

HSL color Cylindrical-coordinate representation of color #AB36DD: hue angle of 282.04º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB36DD is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 54 221 -
CMYK 0.23 0.76 0 0.13
HSL 282.04º 0.71% 0.54% -
HSV(B) 282.04º 0.76% 0.87% -
XYZ 31.16 16.52 69.95 -
YUV 108.02 191.76 172.92 -
System Red Green Blue C M Y K H S L
Decimal 171 54 221 0.23 0.76 0 0.13 282.04 0.71 0.54
Hex AB 36 DD 17 4C 0 D 11A 47 36
Octal 253 66 335 27 114 0 15 432 107 66
Binary 10101011 110110 11011101 10111 1001100 0 1101 100011010 1000111 110110

Color Harmonies of #AB36DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB36DD

Black with #AB36DD

Text Example


Text Example

White with #AB36DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB36DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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