Html Css Color HEX #AF0BBE Deep Magenta

📋 copy color: '#AF0BBE'

red 175 ◦ green 11 ◦ blue 190

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

Shades of Deep Magenta #AF0BBE

Tints of Deep Magenta #AF0BBE

RGB

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

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

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

R = 46.54%
G = 2.93%
B = 50.53%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF0BBE (or 0xAF0BBE) is known color: Deep Magenta. HEX triplet: AF, 0B and BE. RGB value is (175,11,190). Sum of RGB (Red+Green+Blue) = 175+11+190=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF0BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BBE is #50F441. Grayscale: #4F4F4F. Windows color (decimal): -5305410 or 12454831. OLE color: 12454831.

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

Color convert

RGB 175 11 190 -
CMYK 0.08 0.94 0 0.25
HSL 294.97º 0.89% 0.39% -
HSV(B) 294.97º 0.94% 0.75% -
XYZ 27.09 13.07 49.81 -
YUV 80.44 189.83 195.45 -
System Red Green Blue C M Y K H S L
Decimal 175 11 190 0.08 0.94 0 0.25 294.97 0.89 0.39
Hex AF B BE 8 5E 0 19 127 59 27
Octal 257 13 276 10 136 0 31 447 131 47
Binary 10101111 1011 10111110 1000 1011110 0 11001 100100111 1011001 100111

Color Harmonies of #AF0BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BBE

Black with #AF0BBE

Text Example


Text Example

White with #AF0BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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