Html Css Color HEX #AF18EB Electric Purple

📋 copy color: '#AF18EB'

red 175 ◦ green 24 ◦ blue 235

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

Shades of Electric Purple #AF18EB

Tints of Electric Purple #AF18EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 40.32%
G = 5.53%
B = 54.15%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF18EB (or 0xAF18EB) is known color: Electric Purple. HEX triplet: AF, 18 and EB. RGB value is (175,24,235). Sum of RGB (Red+Green+Blue) = 175+24+235=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF18EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF18EB is #50E714. Grayscale: #5C5C5C. Windows color (decimal): -5302037 or 15407279. OLE color: 15407279.

HSL color Cylindrical-coordinate representation of color #AF18EB: hue angle of 282.94º degrees, saturation: 0.84, 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 #AF18EB is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 24 235 -
CMYK 0.26 0.90 0 0.08
HSL 282.94º 0.84% 0.51% -
HSV(B) 282.94º 0.9% 0.92% -
XYZ 33 15.77 79.9 -
YUV 93.2 208.03 186.34 -
System Red Green Blue C M Y K H S L
Decimal 175 24 235 0.26 0.90 0 0.08 282.94 0.84 0.51
Hex AF 18 EB 1A 5A 0 8 11B 54 33
Octal 257 30 353 32 132 0 10 433 124 63
Binary 10101111 11000 11101011 11010 1011010 0 1000 100011011 1010100 110011

Color Harmonies of #AF18EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18EB

Black with #AF18EB

Text Example


Text Example

White with #AF18EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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