Html Css Color HEX #AF04AB Deep Magenta

📋 copy color: '#AF04AB'

red 175 ◦ green 4 ◦ blue 171

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

Shades of Deep Magenta #AF04AB

Tints of Deep Magenta #AF04AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 50%
G = 1.14%
B = 48.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF04AB (or 0xAF04AB) is known color: Deep Magenta. HEX triplet: AF, 04 and AB. RGB value is (175,4,171). Sum of RGB (Red+Green+Blue) = 175+4+171=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF04AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF04AB is #50FB54. Grayscale: #494949. Windows color (decimal): -5307221 or 11207855. OLE color: 11207855.

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

Color convert

RGB 175 4 171 -
CMYK 0 0.98 0.02 0.31
HSL 301.4º 0.96% 0.35% -
HSV(B) 301.4º 0.98% 0.69% -
XYZ 25.07 12.14 39.55 -
YUV 74.17 182.65 199.92 -
System Red Green Blue C M Y K H S L
Decimal 175 4 171 0 0.98 0.02 0.31 301.4 0.96 0.35
Hex AF 4 AB 0 62 2 1F 12D 60 23
Octal 257 4 253 0 142 2 37 455 140 43
Binary 10101111 100 10101011 0 1100010 10 11111 100101101 1100000 100011

Color Harmonies of #AF04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04AB

Black with #AF04AB

Text Example


Text Example

White with #AF04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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