Html Css Color HEX #AF10EA Electric Purple

📋 copy color: '#AF10EA'

red 175 ◦ green 16 ◦ blue 234

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

Shades of Electric Purple #AF10EA

Tints of Electric Purple #AF10EA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.76%

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

R = 41.18%
G = 3.76%
B = 55.06%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF10EA (or 0xAF10EA) is known color: Electric Purple. HEX triplet: AF, 10 and EA. RGB value is (175,16,234). Sum of RGB (Red+Green+Blue) = 175+16+234=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF10EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF10EA is #50EF15. Grayscale: #575757. Windows color (decimal): -5304086 or 15339695. OLE color: 15339695.

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

Color convert

RGB 175 16 234 -
CMYK 0.25 0.93 0 0.08
HSL 283.76º 0.87% 0.49% -
HSV(B) 283.76º 0.93% 0.92% -
XYZ 32.72 15.43 79.09 -
YUV 88.39 210.18 189.77 -
System Red Green Blue C M Y K H S L
Decimal 175 16 234 0.25 0.93 0 0.08 283.76 0.87 0.49
Hex AF 10 EA 19 5D 0 8 11C 57 31
Octal 257 20 352 31 135 0 10 434 127 61
Binary 10101111 10000 11101010 11001 1011101 0 1000 100011100 1010111 110001

Color Harmonies of #AF10EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10EA

Black with #AF10EA

Text Example


Text Example

White with #AF10EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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