Html Css Color HEX #AF00CA Deep Magenta

📋 copy color: '#AF00CA'

red 175 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #AF00CA

Tints of Deep Magenta #AF00CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.58%

R = 46.42%
G = 0%
B = 53.58%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF00CA (or 0xAF00CA) is known color: Deep Magenta. HEX triplet: AF, 00 and CA. RGB value is (175,0,202). Sum of RGB (Red+Green+Blue) = 175+0+202=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF00CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00CA is #50FF35. Grayscale: #4A4A4A. Windows color (decimal): -5308214 or 13238447. OLE color: 13238447.

HSL color Cylindrical-coordinate representation of color #AF00CA: hue angle of 291.98º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00CA is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 0 202 -
CMYK 0.13 1 0 0.21
HSL 291.98º 1% 0.4% -
HSV(B) 291.98º 1% 0.79% -
XYZ 28.34 13.38 56.97 -
YUV 75.35 199.48 199.07 -
System Red Green Blue C M Y K H S L
Decimal 175 0 202 0.13 1 0 0.21 291.98 1 0.4
Hex AF 0 CA D 64 0 15 124 64 28
Octal 257 0 312 15 144 0 25 444 144 50
Binary 10101111 0 11001010 1101 1100100 0 10101 100100100 1100100 101000

Color Harmonies of #AF00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00CA

Black with #AF00CA

Text Example


Text Example

White with #AF00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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