Html Css Color HEX #AB36D9 Dark Orchid

📋 copy color: '#AB36D9'

red 171 ◦ green 54 ◦ blue 217

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

Shades of Dark Orchid #AB36D9

Tints of Dark Orchid #AB36D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.1%

R = 38.69%
G = 12.22%
B = 49.1%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB36D9 (or 0xAB36D9) is known color: Dark Orchid. HEX triplet: AB, 36 and D9. RGB value is (171,54,217). Sum of RGB (Red+Green+Blue) = 171+54+217=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB36D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36D9 is #54C926. Grayscale: #6B6B6B. Windows color (decimal): -5556519 or 14235307. OLE color: 14235307.

HSL color Cylindrical-coordinate representation of color #AB36D9: hue angle of 283.07º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB36D9 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 54 217 -
CMYK 0.21 0.75 0 0.15
HSL 283.07º 0.68% 0.53% -
HSV(B) 283.07º 0.75% 0.85% -
XYZ 30.64 16.31 67.18 -
YUV 107.57 189.76 173.25 -
System Red Green Blue C M Y K H S L
Decimal 171 54 217 0.21 0.75 0 0.15 283.07 0.68 0.53
Hex AB 36 D9 15 4B 0 F 11B 44 35
Octal 253 66 331 25 113 0 17 433 104 65
Binary 10101011 110110 11011001 10101 1001011 0 1111 100011011 1000100 110101

Color Harmonies of #AB36D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB36D9

Black with #AB36D9

Text Example


Text Example

White with #AB36D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB36D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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