Html Css Color HEX #AF10ED Electric Purple

📋 copy color: '#AF10ED'

red 175 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #AF10ED

Tints of Electric Purple #AF10ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.37%

R = 40.89%
G = 3.74%
B = 55.37%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF10ED (or 0xAF10ED) is known color: Electric Purple. HEX triplet: AF, 10 and ED. RGB value is (175,16,237). Sum of RGB (Red+Green+Blue) = 175+16+237=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF10ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF10ED is #50EF12. Grayscale: #585858. Windows color (decimal): -5304083 or 15536303. OLE color: 15536303.

HSL color Cylindrical-coordinate representation of color #AF10ED: hue angle of 283.17º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF10ED is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 16 237 -
CMYK 0.26 0.93 0 0.07
HSL 283.17º 0.87% 0.5% -
HSV(B) 283.17º 0.93% 0.93% -
XYZ 33.15 15.6 81.38 -
YUV 88.74 211.68 189.53 -
System Red Green Blue C M Y K H S L
Decimal 175 16 237 0.26 0.93 0 0.07 283.17 0.87 0.5
Hex AF 10 ED 1A 5D 0 7 11B 57 32
Octal 257 20 355 32 135 0 7 433 127 62
Binary 10101111 10000 11101101 11010 1011101 0 111 100011011 1010111 110010

Color Harmonies of #AF10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10ED

Black with #AF10ED

Text Example


Text Example

White with #AF10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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