Html Css Color HEX #AB29BE Dark Orchid

📋 copy color: '#AB29BE'

red 171 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #AB29BE

Tints of Dark Orchid #AB29BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 42.54%
G = 10.2%
B = 47.26%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB29BE (or 0xAB29BE) is known color: Dark Orchid. HEX triplet: AB, 29 and BE. RGB value is (171,41,190). Sum of RGB (Red+Green+Blue) = 171+41+190=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB29BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29BE is #54D641. Grayscale: #606060. Windows color (decimal): -5559874 or 12462507. OLE color: 12462507.

HSL color Cylindrical-coordinate representation of color #AB29BE: hue angle of 292.35º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB29BE is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 41 190 -
CMYK 0.10 0.78 0 0.25
HSL 292.35º 0.65% 0.45% -
HSV(B) 292.35º 0.78% 0.75% -
XYZ 26.88 13.96 49.99 -
YUV 96.86 180.57 180.88 -
System Red Green Blue C M Y K H S L
Decimal 171 41 190 0.10 0.78 0 0.25 292.35 0.65 0.45
Hex AB 29 BE A 4E 0 19 124 41 2D
Octal 253 51 276 12 116 0 31 444 101 55
Binary 10101011 101001 10111110 1010 1001110 0 11001 100100100 1000001 101101

Color Harmonies of #AB29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB29BE

Black with #AB29BE

Text Example


Text Example

White with #AB29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB29BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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