Html Css Color HEX #AF01B2 Deep Magenta

📋 copy color: '#AF01B2'

red 175 ◦ green 1 ◦ blue 178

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

Shades of Deep Magenta #AF01B2

Tints of Deep Magenta #AF01B2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 178 (69.92% from 255) = 50.28%

R = 49.44%
G = 0.28%
B = 50.28%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF01B2 (or 0xAF01B2) is known color: Deep Magenta. HEX triplet: AF, 01 and B2. RGB value is (175,1,178). Sum of RGB (Red+Green+Blue) = 175+1+178=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF01B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF01B2 is #50FE4D. Grayscale: #484848. Windows color (decimal): -5307982 or 11665839. OLE color: 11665839.

HSL color Cylindrical-coordinate representation of color #AF01B2: hue angle of 298.98º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF01B2 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 1 178 -
CMYK 0.02 0.99 0 0.30
HSL 298.98º 0.99% 0.35% -
HSV(B) 298.98º 0.99% 0.7% -
XYZ 25.73 12.35 43.15 -
YUV 73.2 187.15 200.61 -
System Red Green Blue C M Y K H S L
Decimal 175 1 178 0.02 0.99 0 0.30 298.98 0.99 0.35
Hex AF 1 B2 2 63 0 1E 12B 63 23
Octal 257 1 262 2 143 0 36 453 143 43
Binary 10101111 1 10110010 10 1100011 0 11110 100101011 1100011 100011

Color Harmonies of #AF01B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01B2

Black with #AF01B2

Text Example


Text Example

White with #AF01B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01B2; }

 p { color: rgb(175,1,178); }

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

background-color css

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

 a { background-color: rgb(175,1,178); }

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

border-color css

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

 span { border-color: rgb(175,1,178); }

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