Html Css Color HEX #AF08ED Electric Purple

📋 copy color: '#AF08ED'

red 175 ◦ green 8 ◦ blue 237

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

Shades of Electric Purple #AF08ED

Tints of Electric Purple #AF08ED

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.9%

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

R = 41.67%
G = 1.9%
B = 56.43%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF08ED (or 0xAF08ED) is known color: Electric Purple. HEX triplet: AF, 08 and ED. RGB value is (175,8,237). Sum of RGB (Red+Green+Blue) = 175+8+237=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF08ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF08ED is #50F712. Grayscale: #535353. Windows color (decimal): -5306131 or 15534255. OLE color: 15534255.

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

Color convert

RGB 175 8 237 -
CMYK 0.26 0.97 0 0.07
HSL 283.76º 0.93% 0.48% -
HSV(B) 283.76º 0.97% 0.93% -
XYZ 33.05 15.4 81.35 -
YUV 84.04 214.33 192.88 -
System Red Green Blue C M Y K H S L
Decimal 175 8 237 0.26 0.97 0 0.07 283.76 0.93 0.48
Hex AF 8 ED 1A 61 0 7 11C 5D 30
Octal 257 10 355 32 141 0 7 434 135 60
Binary 10101111 1000 11101101 11010 1100001 0 111 100011100 1011101 110000

Color Harmonies of #AF08ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF08ED

Black with #AF08ED

Text Example


Text Example

White with #AF08ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF08ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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