Html Css Color HEX #AF0AFC Electric Purple

📋 copy color: '#AF0AFC'

red 175 ◦ green 10 ◦ blue 252

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

Shades of Electric Purple #AF0AFC

Tints of Electric Purple #AF0AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.67%

R = 40.05%
G = 2.29%
B = 57.67%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF0AFC (or 0xAF0AFC) is known color: Electric Purple. HEX triplet: AF, 0A and FC. RGB value is (175,10,252). Sum of RGB (Red+Green+Blue) = 175+10+252=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF0AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0AFC is #50F503. Grayscale: #565656. Windows color (decimal): -5305604 or 16517807. OLE color: 16517807.

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

Color convert

RGB 175 10 252 -
CMYK 0.31 0.96 0 0.01
HSL 280.91º 0.98% 0.51% -
HSV(B) 280.91º 0.96% 0.99% -
XYZ 35.36 16.36 93.39 -
YUV 86.92 221.16 190.82 -
System Red Green Blue C M Y K H S L
Decimal 175 10 252 0.31 0.96 0 0.01 280.91 0.98 0.51
Hex AF A FC 1F 60 0 1 119 62 33
Octal 257 12 374 37 140 0 1 431 142 63
Binary 10101111 1010 11111100 11111 1100000 0 1 100011001 1100010 110011

Color Harmonies of #AF0AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AFC

Black with #AF0AFC

Text Example


Text Example

White with #AF0AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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