Html Css Color HEX #AF11FF Electric Purple

📋 copy color: '#AF11FF'

red 175 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #AF11FF

Tints of Electric Purple #AF11FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.8%

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

R = 39.15%
G = 3.8%
B = 57.05%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF11FF (or 0xAF11FF) is known color: Electric Purple. HEX triplet: AF, 11 and FF. RGB value is (175,17,255). Sum of RGB (Red+Green+Blue) = 175+17+255=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF11FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF11FF is #50EE00. Grayscale: #5A5A5A. Windows color (decimal): -5303809 or 16716207. OLE color: 16716207.

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

Color convert

RGB 175 17 255 -
CMYK 0.31 0.93 0 0
HSL 279.83º 1% 0.53% -
HSV(B) 279.83º 0.93% 1% -
XYZ 35.93 16.73 95.94 -
YUV 91.37 220.35 187.65 -
System Red Green Blue C M Y K H S L
Decimal 175 17 255 0.31 0.93 0 0 279.83 1 0.53
Hex AF 11 FF 1F 5D 0 0 118 64 35
Octal 257 21 377 37 135 0 0 430 144 65
Binary 10101111 10001 11111111 11111 1011101 0 0 100011000 1100100 110101

Color Harmonies of #AF11FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11FF

Black with #AF11FF

Text Example


Text Example

White with #AF11FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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