Html Css Color HEX #AF0BAE Deep Magenta

📋 copy color: '#AF0BAE'

red 175 ◦ green 11 ◦ blue 174

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

Shades of Deep Magenta #AF0BAE

Tints of Deep Magenta #AF0BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

 BLUE value IS 174 (68.36% from 255) = 48.33%

R = 48.61%
G = 3.06%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF0BAE (or 0xAF0BAE) is known color: Deep Magenta. HEX triplet: AF, 0B and AE. RGB value is (175,11,174). Sum of RGB (Red+Green+Blue) = 175+11+174=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0BAE is #50F451. Grayscale: #4E4E4E. Windows color (decimal): -5305426 or 11406255. OLE color: 11406255.

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

Color convert

RGB 175 11 174 -
CMYK 0 0.94 0.01 0.31
HSL 300.37º 0.88% 0.36% -
HSV(B) 300.37º 0.94% 0.69% -
XYZ 25.44 12.41 41.1 -
YUV 78.62 181.83 196.75 -
System Red Green Blue C M Y K H S L
Decimal 175 11 174 0 0.94 0.01 0.31 300.37 0.88 0.36
Hex AF B AE 0 5E 1 1F 12C 58 24
Octal 257 13 256 0 136 1 37 454 130 44
Binary 10101111 1011 10101110 0 1011110 1 11111 100101100 1011000 100100

Color Harmonies of #AF0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BAE

Black with #AF0BAE

Text Example


Text Example

White with #AF0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BAE; }

 p { color: rgb(175,11,174); }

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

background-color css

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

 a { background-color: rgb(175,11,174); }

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

border-color css

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

 span { border-color: rgb(175,11,174); }

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