Html Css Color HEX #AB29BD Dark Orchid

📋 copy color: '#AB29BD'

red 171 ◦ green 41 ◦ blue 189

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

Shades of Dark Orchid #AB29BD

Tints of Dark Orchid #AB29BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 42.64%
G = 10.22%
B = 47.13%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB29BD (or 0xAB29BD) is known color: Dark Orchid. HEX triplet: AB, 29 and BD. RGB value is (171,41,189). Sum of RGB (Red+Green+Blue) = 171+41+189=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB29BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29BD is #54D642. Grayscale: #606060. Windows color (decimal): -5559875 or 12396971. OLE color: 12396971.

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

Color convert

RGB 171 41 189 -
CMYK 0.10 0.78 0 0.26
HSL 292.7º 0.64% 0.45% -
HSV(B) 292.7º 0.78% 0.74% -
XYZ 26.77 13.92 49.42 -
YUV 96.74 180.07 180.97 -
System Red Green Blue C M Y K H S L
Decimal 171 41 189 0.10 0.78 0 0.26 292.7 0.64 0.45
Hex AB 29 BD A 4E 0 1A 125 40 2D
Octal 253 51 275 12 116 0 32 445 100 55
Binary 10101011 101001 10111101 1010 1001110 0 11010 100100101 1000000 101101

Color Harmonies of #AB29BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB29BD

Black with #AB29BD

Text Example


Text Example

White with #AB29BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB29BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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