Html Css Color HEX #AF05BB Deep Magenta

📋 copy color: '#AF05BB'

red 175 ◦ green 5 ◦ blue 187

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

Shades of Deep Magenta #AF05BB

Tints of Deep Magenta #AF05BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

 BLUE value IS 187 (73.44% from 255) = 50.95%

R = 47.68%
G = 1.36%
B = 50.95%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF05BB (or 0xAF05BB) is known color: Deep Magenta. HEX triplet: AF, 05 and BB. RGB value is (175,5,187). Sum of RGB (Red+Green+Blue) = 175+5+187=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF05BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05BB is #50FA44. Grayscale: #4C4C4C. Windows color (decimal): -5306949 or 12256687. OLE color: 12256687.

HSL color Cylindrical-coordinate representation of color #AF05BB: hue angle of 296.04º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF05BB is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 5 187 -
CMYK 0.06 0.97 0 0.27
HSL 296.04º 0.95% 0.38% -
HSV(B) 296.04º 0.97% 0.73% -
XYZ 26.7 12.81 48.08 -
YUV 76.58 190.32 198.2 -
System Red Green Blue C M Y K H S L
Decimal 175 5 187 0.06 0.97 0 0.27 296.04 0.95 0.38
Hex AF 5 BB 6 61 0 1B 128 5F 26
Octal 257 5 273 6 141 0 33 450 137 46
Binary 10101111 101 10111011 110 1100001 0 11011 100101000 1011111 100110

Color Harmonies of #AF05BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF05BB

Black with #AF05BB

Text Example


Text Example

White with #AF05BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF05BB; }

 p { color: rgb(175,5,187); }

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

background-color css

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

 a { background-color: rgb(175,5,187); }

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

border-color css

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

 span { border-color: rgb(175,5,187); }

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