Html Css Color HEX #AF0AFA Electric Purple

📋 copy color: '#AF0AFA'

red 175 ◦ green 10 ◦ blue 250

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

Shades of Electric Purple #AF0AFA

Tints of Electric Purple #AF0AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.47%

R = 40.23%
G = 2.3%
B = 57.47%

CMYK

 C value IS 0.3

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF0AFA (or 0xAF0AFA) is known color: Electric Purple. HEX triplet: AF, 0A and FA. RGB value is (175,10,250). Sum of RGB (Red+Green+Blue) = 175+10+250=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF0AFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0AFA is #50F505. Grayscale: #555555. Windows color (decimal): -5305606 or 16386735. OLE color: 16386735.

HSL color Cylindrical-coordinate representation of color #AF0AFA: hue angle of 281.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0AFA is Cyan = 0.3, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 10 250 -
CMYK 0.3 0.96 0 0.02
HSL 281.25º 0.96% 0.51% -
HSV(B) 281.25º 0.96% 0.98% -
XYZ 35.04 16.23 91.73 -
YUV 86.7 220.16 190.99 -
System Red Green Blue C M Y K H S L
Decimal 175 10 250 0.3 0.96 0 0.02 281.25 0.96 0.51
Hex AF A FA 1E 60 0 2 119 60 33
Octal 257 12 372 36 140 0 2 431 140 63
Binary 10101111 1010 11111010 11110 1100000 0 10 100011001 1100000 110011

Color Harmonies of #AF0AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AFA

Black with #AF0AFA

Text Example


Text Example

White with #AF0AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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