Html Css Color HEX #AF0AFF Electric Purple

📋 copy color: '#AF0AFF'

red 175 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #AF0AFF

Tints of Electric Purple #AF0AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.95%

R = 39.77%
G = 2.27%
B = 57.95%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF0AFF (or 0xAF0AFF) is known color: Electric Purple. HEX triplet: AF, 0A and FF. RGB value is (175,10,255). Sum of RGB (Red+Green+Blue) = 175+10+255=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF0AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0AFF is #50F500. Grayscale: #565656. Windows color (decimal): -5305601 or 16714415. OLE color: 16714415.

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

Color convert

RGB 175 10 255 -
CMYK 0.31 0.96 0 0
HSL 280.41º 1% 0.52% -
HSV(B) 280.41º 0.96% 1% -
XYZ 35.84 16.55 95.91 -
YUV 87.27 222.66 190.58 -
System Red Green Blue C M Y K H S L
Decimal 175 10 255 0.31 0.96 0 0 280.41 1 0.52
Hex AF A FF 1F 60 0 0 118 64 34
Octal 257 12 377 37 140 0 0 430 144 64
Binary 10101111 1010 11111111 11111 1100000 0 0 100011000 1100100 110100

Color Harmonies of #AF0AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AFF

Black with #AF0AFF

Text Example


Text Example

White with #AF0AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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