Html Css Color HEX #AF18EA Electric Purple

📋 copy color: '#AF18EA'

red 175 ◦ green 24 ◦ blue 234

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

Shades of Electric Purple #AF18EA

Tints of Electric Purple #AF18EA

RGB

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

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

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

R = 40.42%
G = 5.54%
B = 54.04%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF18EA (or 0xAF18EA) is known color: Electric Purple. HEX triplet: AF, 18 and EA. RGB value is (175,24,234). Sum of RGB (Red+Green+Blue) = 175+24+234=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF18EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF18EA is #50E715. Grayscale: #5C5C5C. Windows color (decimal): -5302038 or 15341743. OLE color: 15341743.

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

Color convert

RGB 175 24 234 -
CMYK 0.25 0.90 0 0.08
HSL 283.14º 0.83% 0.51% -
HSV(B) 283.14º 0.9% 0.92% -
XYZ 32.86 15.71 79.14 -
YUV 93.09 207.53 186.42 -
System Red Green Blue C M Y K H S L
Decimal 175 24 234 0.25 0.90 0 0.08 283.14 0.83 0.51
Hex AF 18 EA 19 5A 0 8 11B 53 33
Octal 257 30 352 31 132 0 10 433 123 63
Binary 10101111 11000 11101010 11001 1011010 0 1000 100011011 1010011 110011

Color Harmonies of #AF18EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18EA

Black with #AF18EA

Text Example


Text Example

White with #AF18EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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