Html Css Color HEX #AB29BC Dark Orchid

📋 copy color: '#AB29BC'

red 171 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #AB29BC

Tints of Dark Orchid #AB29BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47%

R = 42.75%
G = 10.25%
B = 47%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB29BC (or 0xAB29BC) is known color: Dark Orchid. HEX triplet: AB, 29 and BC. RGB value is (171,41,188). Sum of RGB (Red+Green+Blue) = 171+41+188=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB29BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29BC is #54D643. Grayscale: #606060. Windows color (decimal): -5559876 or 12331435. OLE color: 12331435.

HSL color Cylindrical-coordinate representation of color #AB29BC: hue angle of 293.06º 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 #AB29BC is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 41 188 -
CMYK 0.09 0.78 0 0.26
HSL 293.06º 0.64% 0.45% -
HSV(B) 293.06º 0.78% 0.74% -
XYZ 26.66 13.87 48.85 -
YUV 96.63 179.57 181.05 -
System Red Green Blue C M Y K H S L
Decimal 171 41 188 0.09 0.78 0 0.26 293.06 0.64 0.45
Hex AB 29 BC 9 4E 0 1A 125 40 2D
Octal 253 51 274 11 116 0 32 445 100 55
Binary 10101011 101001 10111100 1001 1001110 0 11010 100100101 1000000 101101

Color Harmonies of #AB29BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB29BC

Black with #AB29BC

Text Example


Text Example

White with #AB29BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB29BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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