Html Css Color HEX #AF15EB Electric Purple

📋 copy color: '#AF15EB'

red 175 ◦ green 21 ◦ blue 235

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

Shades of Electric Purple #AF15EB

Tints of Electric Purple #AF15EB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.87%

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

R = 40.6%
G = 4.87%
B = 54.52%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF15EB (or 0xAF15EB) is known color: Electric Purple. HEX triplet: AF, 15 and EB. RGB value is (175,21,235). Sum of RGB (Red+Green+Blue) = 175+21+235=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF15EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF15EB is #50EA14. Grayscale: #5A5A5A. Windows color (decimal): -5302805 or 15406511. OLE color: 15406511.

HSL color Cylindrical-coordinate representation of color #AF15EB: hue angle of 283.18º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF15EB is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 21 235 -
CMYK 0.26 0.91 0 0.08
HSL 283.18º 0.84% 0.5% -
HSV(B) 283.18º 0.91% 0.92% -
XYZ 32.94 15.65 79.88 -
YUV 91.44 209.02 187.6 -
System Red Green Blue C M Y K H S L
Decimal 175 21 235 0.26 0.91 0 0.08 283.18 0.84 0.5
Hex AF 15 EB 1A 5B 0 8 11B 54 32
Octal 257 25 353 32 133 0 10 433 124 62
Binary 10101111 10101 11101011 11010 1011011 0 1000 100011011 1010100 110010

Color Harmonies of #AF15EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15EB

Black with #AF15EB

Text Example


Text Example

White with #AF15EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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