Html Css Color HEX #AB29AF Dark Orchid

📋 copy color: '#AB29AF'

red 171 ◦ green 41 ◦ blue 175

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

Shades of Dark Orchid #AB29AF

Tints of Dark Orchid #AB29AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.22%

R = 44.19%
G = 10.59%
B = 45.22%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB29AF (or 0xAB29AF) is known color: Dark Orchid. HEX triplet: AB, 29 and AF. RGB value is (171,41,175). Sum of RGB (Red+Green+Blue) = 171+41+175=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB29AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB29AF is #54D650. Grayscale: #5E5E5E. Windows color (decimal): -5559889 or 11479467. OLE color: 11479467.

HSL color Cylindrical-coordinate representation of color #AB29AF: hue angle of 298.21º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB29AF is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 41 175 -
CMYK 0.02 0.77 0 0.31
HSL 298.21º 0.62% 0.42% -
HSV(B) 298.21º 0.77% 0.69% -
XYZ 25.33 13.34 41.8 -
YUV 95.15 173.07 182.1 -
System Red Green Blue C M Y K H S L
Decimal 171 41 175 0.02 0.77 0 0.31 298.21 0.62 0.42
Hex AB 29 AF 2 4D 0 1F 12A 3E 2A
Octal 253 51 257 2 115 0 37 452 76 52
Binary 10101011 101001 10101111 10 1001101 0 11111 100101010 111110 101010

Color Harmonies of #AB29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB29AF

Black with #AB29AF

Text Example


Text Example

White with #AB29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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