Html Css Color HEX #AF00BE Deep Magenta

📋 copy color: '#AF00BE'

red 175 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #AF00BE

Tints of Deep Magenta #AF00BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.95%
G = 0%
B = 52.05%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF00BE (or 0xAF00BE) is known color: Deep Magenta. HEX triplet: AF, 00 and BE. RGB value is (175,0,190). Sum of RGB (Red+Green+Blue) = 175+0+190=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF00BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00BE is #50FF41. Grayscale: #494949. Windows color (decimal): -5308226 or 12452015. OLE color: 12452015.

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

Color convert

RGB 175 0 190 -
CMYK 0.08 1 0 0.25
HSL 295.26º 1% 0.37% -
HSV(B) 295.26º 1% 0.75% -
XYZ 26.97 12.83 49.77 -
YUV 73.99 193.48 200.05 -
System Red Green Blue C M Y K H S L
Decimal 175 0 190 0.08 1 0 0.25 295.26 1 0.37
Hex AF 0 BE 8 64 0 19 127 64 25
Octal 257 0 276 10 144 0 31 447 144 45
Binary 10101111 0 10111110 1000 1100100 0 11001 100100111 1100100 100101

Color Harmonies of #AF00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00BE

Black with #AF00BE

Text Example


Text Example

White with #AF00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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