Html Css Color HEX #AF1EEC Electric Purple

📋 copy color: '#AF1EEC'

red 175 ◦ green 30 ◦ blue 236

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

Shades of Electric Purple #AF1EEC

Tints of Electric Purple #AF1EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 39.68%
G = 6.8%
B = 53.51%

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

#AF1EEC (or 0xAF1EEC) is known color: Electric Purple. HEX triplet: AF, 1E and EC. RGB value is (175,30,236). Sum of RGB (Red+Green+Blue) = 175+30+236=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF1EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1EEC is #50E113. Grayscale: #606060. Windows color (decimal): -5300500 or 15474351. OLE color: 15474351.

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

Color convert

RGB 175 30 236 -
CMYK 0.26 0.87 0 0.07
HSL 282.23º 0.84% 0.52% -
HSV(B) 282.23º 0.87% 0.93% -
XYZ 33.28 16.1 80.71 -
YUV 96.84 206.54 183.75 -
System Red Green Blue C M Y K H S L
Decimal 175 30 236 0.26 0.87 0 0.07 282.23 0.84 0.52
Hex AF 1E EC 1A 57 0 7 11A 54 34
Octal 257 36 354 32 127 0 7 432 124 64
Binary 10101111 11110 11101100 11010 1010111 0 111 100011010 1010100 110100

Color Harmonies of #AF1EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1EEC

Black with #AF1EEC

Text Example


Text Example

White with #AF1EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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