Html Css Color HEX #AF0FB0 Deep Magenta

📋 copy color: '#AF0FB0'

red 175 ◦ green 15 ◦ blue 176

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

Shades of Deep Magenta #AF0FB0

Tints of Deep Magenta #AF0FB0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.1%

 BLUE value IS 176 (69.14% from 255) = 48.09%

R = 47.81%
G = 4.1%
B = 48.09%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF0FB0 (or 0xAF0FB0) is known color: Deep Magenta. HEX triplet: AF, 0F and B0. RGB value is (175,15,176). Sum of RGB (Red+Green+Blue) = 175+15+176=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF0FB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0FB0 is #50F04F. Grayscale: #505050. Windows color (decimal): -5304400 or 11538351. OLE color: 11538351.

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

Color convert

RGB 175 15 176 -
CMYK 0.01 0.91 0 0.31
HSL 299.63º 0.84% 0.37% -
HSV(B) 299.63º 0.91% 0.69% -
XYZ 25.69 12.59 42.15 -
YUV 81.19 181.51 194.91 -
System Red Green Blue C M Y K H S L
Decimal 175 15 176 0.01 0.91 0 0.31 299.63 0.84 0.37
Hex AF F B0 1 5B 0 1F 12C 54 25
Octal 257 17 260 1 133 0 37 454 124 45
Binary 10101111 1111 10110000 1 1011011 0 11111 100101100 1010100 100101

Color Harmonies of #AF0FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FB0

Black with #AF0FB0

Text Example


Text Example

White with #AF0FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FB0; }

 p { color: rgb(175,15,176); }

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

background-color css

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

 a { background-color: rgb(175,15,176); }

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

border-color css

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

 span { border-color: rgb(175,15,176); }

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