Html Css Color HEX #AF02E1 Dark Violet

📋 copy color: '#AF02E1'

red 175 ◦ green 2 ◦ blue 225

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

Shades of Dark Violet #AF02E1

Tints of Dark Violet #AF02E1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 225 (88.28% from 255) = 55.97%

R = 43.53%
G = 0.5%
B = 55.97%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF02E1 (or 0xAF02E1) is known color: Dark Violet. HEX triplet: AF, 02 and E1. RGB value is (175,2,225). Sum of RGB (Red+Green+Blue) = 175+2+225=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF02E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02E1 is #50FD1E. Grayscale: #4E4E4E. Windows color (decimal): -5307679 or 14746287. OLE color: 14746287.

HSL color Cylindrical-coordinate representation of color #AF02E1: hue angle of 286.55º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02E1 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 2 225 -
CMYK 0.22 0.99 0 0.12
HSL 286.55º 0.98% 0.45% -
HSV(B) 286.55º 0.99% 0.88% -
XYZ 31.29 14.59 72.4 -
YUV 79.15 210.31 196.37 -
System Red Green Blue C M Y K H S L
Decimal 175 2 225 0.22 0.99 0 0.12 286.55 0.98 0.45
Hex AF 2 E1 16 63 0 C 11F 62 2D
Octal 257 2 341 26 143 0 14 437 142 55
Binary 10101111 10 11100001 10110 1100011 0 1100 100011111 1100010 101101

Color Harmonies of #AF02E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF02E1

Black with #AF02E1

Text Example


Text Example

White with #AF02E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF02E1; }

 p { color: rgb(175,2,225); }

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

background-color css

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

 a { background-color: rgb(175,2,225); }

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

border-color css

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

 span { border-color: rgb(175,2,225); }

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