Html Css Color HEX #AF09B1 Deep Magenta

📋 copy color: '#AF09B1'

red 175 ◦ green 9 ◦ blue 177

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

Shades of Deep Magenta #AF09B1

Tints of Deep Magenta #AF09B1

RGB

 RED value IS 175 (68.75% from 255) = 48.48%

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

 BLUE value IS 177 (69.53% from 255) = 49.03%

R = 48.48%
G = 2.49%
B = 49.03%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF09B1 (or 0xAF09B1) is known color: Deep Magenta. HEX triplet: AF, 09 and B1. RGB value is (175,9,177). Sum of RGB (Red+Green+Blue) = 175+9+177=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 177 (69.53% from 255 or 49.03% from 361); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF09B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF09B1 is #50F64E. Grayscale: #4D4D4D. Windows color (decimal): -5305935 or 11602351. OLE color: 11602351.

HSL color Cylindrical-coordinate representation of color #AF09B1: hue angle of 299.29º 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 #AF09B1 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 9 177 -
CMYK 0.01 0.95 0 0.31
HSL 299.29º 0.9% 0.36% -
HSV(B) 299.29º 0.95% 0.69% -
XYZ 25.71 12.48 42.65 -
YUV 77.79 184 197.34 -
System Red Green Blue C M Y K H S L
Decimal 175 9 177 0.01 0.95 0 0.31 299.29 0.9 0.36
Hex AF 9 B1 1 5F 0 1F 12B 5A 24
Octal 257 11 261 1 137 0 37 453 132 44
Binary 10101111 1001 10110001 1 1011111 0 11111 100101011 1011010 100100

Color Harmonies of #AF09B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09B1

Black with #AF09B1

Text Example


Text Example

White with #AF09B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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