Html Css Color HEX #AF02ED Electric Purple

📋 copy color: '#AF02ED'

red 175 ◦ green 2 ◦ blue 237

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

Shades of Electric Purple #AF02ED

Tints of Electric Purple #AF02ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.25%

R = 42.27%
G = 0.48%
B = 57.25%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF02ED (or 0xAF02ED) is known color: Electric Purple. HEX triplet: AF, 02 and ED. RGB value is (175,2,237). Sum of RGB (Red+Green+Blue) = 175+2+237=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF02ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF02ED is #50FD12. Grayscale: #4F4F4F. Windows color (decimal): -5307667 or 15532719. OLE color: 15532719.

HSL color Cylindrical-coordinate representation of color #AF02ED: hue angle of 284.17º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02ED is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 2 237 -
CMYK 0.26 0.99 0 0.07
HSL 284.17º 0.98% 0.47% -
HSV(B) 284.17º 0.99% 0.93% -
XYZ 32.99 15.27 81.33 -
YUV 80.52 216.31 195.39 -
System Red Green Blue C M Y K H S L
Decimal 175 2 237 0.26 0.99 0 0.07 284.17 0.98 0.47
Hex AF 2 ED 1A 63 0 7 11C 62 2F
Octal 257 2 355 32 143 0 7 434 142 57
Binary 10101111 10 11101101 11010 1100011 0 111 100011100 1100010 101111

Color Harmonies of #AF02ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF02ED

Black with #AF02ED

Text Example


Text Example

White with #AF02ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF02ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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