Html Css Color HEX #AB29DD Dark Orchid

📋 copy color: '#AB29DD'

red 171 ◦ green 41 ◦ blue 221

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

Shades of Dark Orchid #AB29DD

Tints of Dark Orchid #AB29DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.47%

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

R = 39.49%
G = 9.47%
B = 51.04%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB29DD (or 0xAB29DD) is known color: Dark Orchid. HEX triplet: AB, 29 and DD. RGB value is (171,41,221). Sum of RGB (Red+Green+Blue) = 171+41+221=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB29DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29DD is #54D622. Grayscale: #636363. Windows color (decimal): -5559843 or 14494123. OLE color: 14494123.

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

Color convert

RGB 171 41 221 -
CMYK 0.23 0.81 0 0.13
HSL 283.33º 0.73% 0.51% -
HSV(B) 283.33º 0.81% 0.87% -
XYZ 30.64 15.46 69.78 -
YUV 100.39 196.07 178.36 -
System Red Green Blue C M Y K H S L
Decimal 171 41 221 0.23 0.81 0 0.13 283.33 0.73 0.51
Hex AB 29 DD 17 51 0 D 11B 49 33
Octal 253 51 335 27 121 0 15 433 111 63
Binary 10101011 101001 11011101 10111 1010001 0 1101 100011011 1001001 110011

Color Harmonies of #AB29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB29DD

Black with #AB29DD

Text Example


Text Example

White with #AB29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB29DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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