Html Css Color HEX #AF08FE Electric Purple

📋 copy color: '#AF08FE'

red 175 ◦ green 8 ◦ blue 254

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

Shades of Electric Purple #AF08FE

Tints of Electric Purple #AF08FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.12%

R = 40.05%
G = 1.83%
B = 58.12%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF08FE (or 0xAF08FE) is known color: Electric Purple. HEX triplet: AF, 08 and FE. RGB value is (175,8,254). Sum of RGB (Red+Green+Blue) = 175+8+254=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 8 (3.52% from 255 or 1.83% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF08FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF08FE is #50F701. Grayscale: #555555. Windows color (decimal): -5306114 or 16648367. OLE color: 16648367.

HSL color Cylindrical-coordinate representation of color #AF08FE: hue angle of 280.73º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF08FE is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 8 254 -
CMYK 0.31 0.97 0 0.00
HSL 280.73º 0.99% 0.51% -
HSV(B) 280.73º 0.97% 1% -
XYZ 35.66 16.44 95.06 -
YUV 85.98 222.83 191.5 -
System Red Green Blue C M Y K H S L
Decimal 175 8 254 0.31 0.97 0 0.00 280.73 0.99 0.51
Hex AF 8 FE 1F 61 0 0 119 63 33
Octal 257 10 376 37 141 0 0 431 143 63
Binary 10101111 1000 11111110 11111 1100001 0 0 100011001 1100011 110011

Color Harmonies of #AF08FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF08FE

Black with #AF08FE

Text Example


Text Example

White with #AF08FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF08FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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