Html Css Color HEX #AF08EE Electric Purple

📋 copy color: '#AF08EE'

red 175 ◦ green 8 ◦ blue 238

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

Shades of Electric Purple #AF08EE

Tints of Electric Purple #AF08EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.53%

R = 41.57%
G = 1.9%
B = 56.53%

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

#AF08EE (or 0xAF08EE) is known color: Electric Purple. HEX triplet: AF, 08 and EE. RGB value is (175,8,238). Sum of RGB (Red+Green+Blue) = 175+8+238=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF08EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF08EE is #50F711. Grayscale: #535353. Windows color (decimal): -5306130 or 15599791. OLE color: 15599791.

HSL color Cylindrical-coordinate representation of color #AF08EE: hue angle of 283.57º 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 #AF08EE is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 8 238 -
CMYK 0.26 0.97 0 0.07
HSL 283.57º 0.93% 0.48% -
HSV(B) 283.57º 0.97% 0.93% -
XYZ 33.2 15.46 82.12 -
YUV 84.15 214.83 192.8 -
System Red Green Blue C M Y K H S L
Decimal 175 8 238 0.26 0.97 0 0.07 283.57 0.93 0.48
Hex AF 8 EE 1A 61 0 7 11C 5D 30
Octal 257 10 356 32 141 0 7 434 135 60
Binary 10101111 1000 11101110 11010 1100001 0 111 100011100 1011101 110000

Color Harmonies of #AF08EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF08EE

Black with #AF08EE

Text Example


Text Example

White with #AF08EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF08EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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