Html Css Color HEX #AF18ED Electric Purple

📋 copy color: '#AF18ED'

red 175 ◦ green 24 ◦ blue 237

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

Shades of Electric Purple #AF18ED

Tints of Electric Purple #AF18ED

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.5%

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

R = 40.14%
G = 5.5%
B = 54.36%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF18ED (or 0xAF18ED) is known color: Electric Purple. HEX triplet: AF, 18 and ED. RGB value is (175,24,237). Sum of RGB (Red+Green+Blue) = 175+24+237=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF18ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF18ED is #50E712. Grayscale: #5C5C5C. Windows color (decimal): -5302035 or 15538351. OLE color: 15538351.

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

Color convert

RGB 175 24 237 -
CMYK 0.26 0.90 0 0.07
HSL 282.54º 0.86% 0.51% -
HSV(B) 282.54º 0.9% 0.93% -
XYZ 33.29 15.88 81.43 -
YUV 93.43 209.03 186.18 -
System Red Green Blue C M Y K H S L
Decimal 175 24 237 0.26 0.90 0 0.07 282.54 0.86 0.51
Hex AF 18 ED 1A 5A 0 7 11B 56 33
Octal 257 30 355 32 132 0 7 433 126 63
Binary 10101111 11000 11101101 11010 1011010 0 111 100011011 1010110 110011

Color Harmonies of #AF18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18ED

Black with #AF18ED

Text Example


Text Example

White with #AF18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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