Html Css Color HEX #AF0AFE Electric Purple

📋 copy color: '#AF0AFE'

red 175 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #AF0AFE

Tints of Electric Purple #AF0AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.28%

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

R = 39.86%
G = 2.28%
B = 57.86%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF0AFE (or 0xAF0AFE) is known color: Electric Purple. HEX triplet: AF, 0A and FE. RGB value is (175,10,254). Sum of RGB (Red+Green+Blue) = 175+10+254=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF0AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0AFE is #50F501. Grayscale: #565656. Windows color (decimal): -5305602 or 16648879. OLE color: 16648879.

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

Color convert

RGB 175 10 254 -
CMYK 0.31 0.96 0 0.00
HSL 280.57º 0.99% 0.52% -
HSV(B) 280.57º 0.96% 1% -
XYZ 35.68 16.49 95.07 -
YUV 87.15 222.16 190.66 -
System Red Green Blue C M Y K H S L
Decimal 175 10 254 0.31 0.96 0 0.00 280.57 0.99 0.52
Hex AF A FE 1F 60 0 0 119 63 34
Octal 257 12 376 37 140 0 0 431 143 64
Binary 10101111 1010 11111110 11111 1100000 0 0 100011001 1100011 110100

Color Harmonies of #AF0AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AFE

Black with #AF0AFE

Text Example


Text Example

White with #AF0AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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