Html Css Color HEX #AF15EE Electric Purple

📋 copy color: '#AF15EE'

red 175 ◦ green 21 ◦ blue 238

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

Shades of Electric Purple #AF15EE

Tints of Electric Purple #AF15EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.84%

R = 40.32%
G = 4.84%
B = 54.84%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF15EE (or 0xAF15EE) is known color: Electric Purple. HEX triplet: AF, 15 and EE. RGB value is (175,21,238). Sum of RGB (Red+Green+Blue) = 175+21+238=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF15EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF15EE is #50EA11. Grayscale: #5B5B5B. Windows color (decimal): -5302802 or 15603119. OLE color: 15603119.

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

Color convert

RGB 175 21 238 -
CMYK 0.26 0.91 0 0.07
HSL 282.58º 0.86% 0.51% -
HSV(B) 282.58º 0.91% 0.93% -
XYZ 33.38 15.82 82.18 -
YUV 91.78 210.52 187.36 -
System Red Green Blue C M Y K H S L
Decimal 175 21 238 0.26 0.91 0 0.07 282.58 0.86 0.51
Hex AF 15 EE 1A 5B 0 7 11B 56 33
Octal 257 25 356 32 133 0 7 433 126 63
Binary 10101111 10101 11101110 11010 1011011 0 111 100011011 1010110 110011

Color Harmonies of #AF15EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15EE

Black with #AF15EE

Text Example


Text Example

White with #AF15EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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