Html Css Color HEX #AB29BA Dark Orchid

📋 copy color: '#AB29BA'

red 171 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #AB29BA

Tints of Dark Orchid #AB29BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 42.96%
G = 10.3%
B = 46.73%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB29BA (or 0xAB29BA) is known color: Dark Orchid. HEX triplet: AB, 29 and BA. RGB value is (171,41,186). Sum of RGB (Red+Green+Blue) = 171+41+186=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB29BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29BA is #54D645. Grayscale: #5F5F5F. Windows color (decimal): -5559878 or 12200363. OLE color: 12200363.

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

Color convert

RGB 171 41 186 -
CMYK 0.08 0.78 0 0.27
HSL 293.79º 0.64% 0.45% -
HSV(B) 293.79º 0.78% 0.73% -
XYZ 26.45 13.79 47.72 -
YUV 96.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 171 41 186 0.08 0.78 0 0.27 293.79 0.64 0.45
Hex AB 29 BA 8 4E 0 1B 126 40 2D
Octal 253 51 272 10 116 0 33 446 100 55
Binary 10101011 101001 10111010 1000 1001110 0 11011 100100110 1000000 101101

Color Harmonies of #AB29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB29BA

Black with #AB29BA

Text Example


Text Example

White with #AB29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB29BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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