Html Css Color HEX #AF08EA Electric Purple

📋 copy color: '#AF08EA'

red 175 ◦ green 8 ◦ blue 234

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

Shades of Electric Purple #AF08EA

Tints of Electric Purple #AF08EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 41.97%
G = 1.92%
B = 56.12%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF08EA (or 0xAF08EA) is known color: Electric Purple. HEX triplet: AF, 08 and EA. RGB value is (175,8,234). Sum of RGB (Red+Green+Blue) = 175+8+234=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF08EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF08EA is #50F715. Grayscale: #525252. Windows color (decimal): -5306134 or 15337647. OLE color: 15337647.

HSL color Cylindrical-coordinate representation of color #AF08EA: hue angle of 284.34º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF08EA is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 8 234 -
CMYK 0.25 0.97 0 0.08
HSL 284.34º 0.93% 0.47% -
HSV(B) 284.34º 0.97% 0.92% -
XYZ 32.62 15.23 79.06 -
YUV 83.7 212.83 193.12 -
System Red Green Blue C M Y K H S L
Decimal 175 8 234 0.25 0.97 0 0.08 284.34 0.93 0.47
Hex AF 8 EA 19 61 0 8 11C 5D 2F
Octal 257 10 352 31 141 0 10 434 135 57
Binary 10101111 1000 11101010 11001 1100001 0 1000 100011100 1011101 101111

Color Harmonies of #AF08EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF08EA

Black with #AF08EA

Text Example


Text Example

White with #AF08EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF08EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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