Html Css Color HEX #AF0FEA Electric Purple

📋 copy color: '#AF0FEA'

red 175 ◦ green 15 ◦ blue 234

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

Shades of Electric Purple #AF0FEA

Tints of Electric Purple #AF0FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.54%

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

R = 41.27%
G = 3.54%
B = 55.19%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF0FEA (or 0xAF0FEA) is known color: Electric Purple. HEX triplet: AF, 0F and EA. RGB value is (175,15,234). Sum of RGB (Red+Green+Blue) = 175+15+234=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF0FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0FEA is #50F015. Grayscale: #575757. Windows color (decimal): -5304342 or 15339439. OLE color: 15339439.

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

Color convert

RGB 175 15 234 -
CMYK 0.25 0.94 0 0.08
HSL 283.84º 0.88% 0.49% -
HSV(B) 283.84º 0.94% 0.92% -
XYZ 32.7 15.4 79.09 -
YUV 87.81 210.51 190.19 -
System Red Green Blue C M Y K H S L
Decimal 175 15 234 0.25 0.94 0 0.08 283.84 0.88 0.49
Hex AF F EA 19 5E 0 8 11C 58 31
Octal 257 17 352 31 136 0 10 434 130 61
Binary 10101111 1111 11101010 11001 1011110 0 1000 100011100 1011000 110001

Color Harmonies of #AF0FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FEA

Black with #AF0FEA

Text Example


Text Example

White with #AF0FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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