Html Css Color HEX #AB32D9 Dark Orchid

📋 copy color: '#AB32D9'

red 171 ◦ green 50 ◦ blue 217

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

Shades of Dark Orchid #AB32D9

Tints of Dark Orchid #AB32D9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.42%

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

R = 39.04%
G = 11.42%
B = 49.54%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB32D9 (or 0xAB32D9) is known color: Dark Orchid. HEX triplet: AB, 32 and D9. RGB value is (171,50,217). Sum of RGB (Red+Green+Blue) = 171+50+217=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 217 (85.16% from 255 or 49.54% from 438); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB32D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32D9 is #54CD26. Grayscale: #686868. Windows color (decimal): -5557543 or 14234283. OLE color: 14234283.

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

Color convert

RGB 171 50 217 -
CMYK 0.21 0.77 0 0.15
HSL 283.47º 0.69% 0.52% -
HSV(B) 283.47º 0.77% 0.85% -
XYZ 30.46 15.95 67.12 -
YUV 105.22 191.09 174.92 -
System Red Green Blue C M Y K H S L
Decimal 171 50 217 0.21 0.77 0 0.15 283.47 0.69 0.52
Hex AB 32 D9 15 4D 0 F 11B 45 34
Octal 253 62 331 25 115 0 17 433 105 64
Binary 10101011 110010 11011001 10101 1001101 0 1111 100011011 1000101 110100

Color Harmonies of #AB32D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32D9

Black with #AB32D9

Text Example


Text Example

White with #AB32D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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