Html Css Color HEX #AF08BE Deep Magenta

📋 copy color: '#AF08BE'

red 175 ◦ green 8 ◦ blue 190

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

Shades of Deep Magenta #AF08BE

Tints of Deep Magenta #AF08BE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 46.92%
G = 2.14%
B = 50.94%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF08BE (or 0xAF08BE) is known color: Deep Magenta. HEX triplet: AF, 08 and BE. RGB value is (175,8,190). Sum of RGB (Red+Green+Blue) = 175+8+190=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF08BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08BE is #50F741. Grayscale: #4E4E4E. Windows color (decimal): -5306178 or 12454063. OLE color: 12454063.

HSL color Cylindrical-coordinate representation of color #AF08BE: hue angle of 295.05º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF08BE is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 8 190 -
CMYK 0.08 0.96 0 0.25
HSL 295.06º 0.92% 0.39% -
HSV(B) 295.06º 0.96% 0.75% -
XYZ 27.06 13.01 49.8 -
YUV 78.68 190.83 196.7 -
System Red Green Blue C M Y K H S L
Decimal 175 8 190 0.08 0.96 0 0.25 295.06 0.92 0.39
Hex AF 8 BE 8 60 0 19 127 5C 27
Octal 257 10 276 10 140 0 31 447 134 47
Binary 10101111 1000 10111110 1000 1100000 0 11001 100100111 1011100 100111

Color Harmonies of #AF08BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF08BE

Black with #AF08BE

Text Example


Text Example

White with #AF08BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF08BE; }

 p { color: rgb(175,8,190); }

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

background-color css

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

 a { background-color: rgb(175,8,190); }

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

border-color css

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

 span { border-color: rgb(175,8,190); }

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