Html Css Color HEX #AF15FF Electric Purple

📋 copy color: '#AF15FF'

red 175 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #AF15FF

Tints of Electric Purple #AF15FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.54%

R = 38.8%
G = 4.66%
B = 56.54%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF15FF (or 0xAF15FF) is known color: Electric Purple. HEX triplet: AF, 15 and FF. RGB value is (175,21,255). Sum of RGB (Red+Green+Blue) = 175+21+255=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 21 (8.59% from 255 or 4.66% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF15FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF15FF is #50EA00. Grayscale: #5C5C5C. Windows color (decimal): -5302785 or 16717231. OLE color: 16717231.

HSL color Cylindrical-coordinate representation of color #AF15FF: hue angle of 279.49º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF15FF is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 21 255 -
CMYK 0.31 0.92 0 0
HSL 279.49º 1% 0.54% -
HSV(B) 279.49º 0.92% 1% -
XYZ 36 16.87 95.97 -
YUV 93.72 219.02 185.97 -
System Red Green Blue C M Y K H S L
Decimal 175 21 255 0.31 0.92 0 0 279.49 1 0.54
Hex AF 15 FF 1F 5C 0 0 117 64 36
Octal 257 25 377 37 134 0 0 427 144 66
Binary 10101111 10101 11111111 11111 1011100 0 0 100010111 1100100 110110

Color Harmonies of #AF15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15FF

Black with #AF15FF

Text Example


Text Example

White with #AF15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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