Html Css Color HEX #AB32DE Dark Orchid

📋 copy color: '#AB32DE'

red 171 ◦ green 50 ◦ blue 222

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

Shades of Dark Orchid #AB32DE

Tints of Dark Orchid #AB32DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 38.6%
G = 11.29%
B = 50.11%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB32DE (or 0xAB32DE) is known color: Dark Orchid. HEX triplet: AB, 32 and DE. RGB value is (171,50,222). Sum of RGB (Red+Green+Blue) = 171+50+222=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB32DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32DE is #54CD21. Grayscale: #696969. Windows color (decimal): -5557538 or 14561963. OLE color: 14561963.

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

Color convert

RGB 171 50 222 -
CMYK 0.23 0.77 0 0.13
HSL 282.21º 0.72% 0.53% -
HSV(B) 282.21º 0.77% 0.87% -
XYZ 31.12 16.21 70.6 -
YUV 105.79 193.59 174.51 -
System Red Green Blue C M Y K H S L
Decimal 171 50 222 0.23 0.77 0 0.13 282.21 0.72 0.53
Hex AB 32 DE 17 4D 0 D 11A 48 35
Octal 253 62 336 27 115 0 15 432 110 65
Binary 10101011 110010 11011110 10111 1001101 0 1101 100011010 1001000 110101

Color Harmonies of #AB32DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32DE

Black with #AB32DE

Text Example


Text Example

White with #AB32DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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