Html Css Color HEX #AF13EA Electric Purple

📋 copy color: '#AF13EA'

red 175 ◦ green 19 ◦ blue 234

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

Shades of Electric Purple #AF13EA

Tints of Electric Purple #AF13EA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.44%

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

R = 40.89%
G = 4.44%
B = 54.67%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF13EA (or 0xAF13EA) is known color: Electric Purple. HEX triplet: AF, 13 and EA. RGB value is (175,19,234). Sum of RGB (Red+Green+Blue) = 175+19+234=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF13EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF13EA is #50EC15. Grayscale: #595959. Windows color (decimal): -5303318 or 15340463. OLE color: 15340463.

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

Color convert

RGB 175 19 234 -
CMYK 0.25 0.92 0 0.08
HSL 283.53º 0.85% 0.5% -
HSV(B) 283.53º 0.92% 0.92% -
XYZ 32.76 15.52 79.11 -
YUV 90.15 209.18 188.52 -
System Red Green Blue C M Y K H S L
Decimal 175 19 234 0.25 0.92 0 0.08 283.53 0.85 0.5
Hex AF 13 EA 19 5C 0 8 11C 55 32
Octal 257 23 352 31 134 0 10 434 125 62
Binary 10101111 10011 11101010 11001 1011100 0 1000 100011100 1010101 110010

Color Harmonies of #AF13EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF13EA

Black with #AF13EA

Text Example


Text Example

White with #AF13EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF13EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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