Html Css Color HEX #AF1EEE Electric Purple

📋 copy color: '#AF1EEE'

red 175 ◦ green 30 ◦ blue 238

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

Shades of Electric Purple #AF1EEE

Tints of Electric Purple #AF1EEE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.77%

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

R = 39.5%
G = 6.77%
B = 53.72%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF1EEE (or 0xAF1EEE) is known color: Electric Purple. HEX triplet: AF, 1E and EE. RGB value is (175,30,238). Sum of RGB (Red+Green+Blue) = 175+30+238=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF1EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1EEE is #50E111. Grayscale: #606060. Windows color (decimal): -5300498 or 15605423. OLE color: 15605423.

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

Color convert

RGB 175 30 238 -
CMYK 0.26 0.87 0 0.07
HSL 281.83º 0.86% 0.53% -
HSV(B) 281.83º 0.87% 0.93% -
XYZ 33.58 16.22 82.25 -
YUV 97.07 207.54 183.59 -
System Red Green Blue C M Y K H S L
Decimal 175 30 238 0.26 0.87 0 0.07 281.83 0.86 0.53
Hex AF 1E EE 1A 57 0 7 11A 56 35
Octal 257 36 356 32 127 0 7 432 126 65
Binary 10101111 11110 11101110 11010 1010111 0 111 100011010 1010110 110101

Color Harmonies of #AF1EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1EEE

Black with #AF1EEE

Text Example


Text Example

White with #AF1EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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