Html Css Color HEX #AB09AF Deep Magenta

📋 copy color: '#AB09AF'

red 171 ◦ green 9 ◦ blue 175

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

Shades of Deep Magenta #AB09AF

Tints of Deep Magenta #AB09AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.54%

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

R = 48.17%
G = 2.54%
B = 49.3%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB09AF (or 0xAB09AF) is known color: Deep Magenta. HEX triplet: AB, 09 and AF. RGB value is (171,9,175). Sum of RGB (Red+Green+Blue) = 171+9+175=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB09AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB09AF is #54F650. Grayscale: #4B4B4B. Windows color (decimal): -5568081 or 11471275. OLE color: 11471275.

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

Color convert

RGB 171 9 175 -
CMYK 0.02 0.95 0 0.31
HSL 298.55º 0.9% 0.36% -
HSV(B) 298.55º 0.95% 0.69% -
XYZ 24.63 11.95 41.57 -
YUV 76.36 183.67 195.5 -
System Red Green Blue C M Y K H S L
Decimal 171 9 175 0.02 0.95 0 0.31 298.55 0.9 0.36
Hex AB 9 AF 2 5F 0 1F 12B 5A 24
Octal 253 11 257 2 137 0 37 453 132 44
Binary 10101011 1001 10101111 10 1011111 0 11111 100101011 1011010 100100

Color Harmonies of #AB09AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB09AF

Black with #AB09AF

Text Example


Text Example

White with #AB09AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB09AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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