Html Css Color HEX #AF1EEF Electric Purple

📋 copy color: '#AF1EEF'

red 175 ◦ green 30 ◦ blue 239

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

Shades of Electric Purple #AF1EEF

Tints of Electric Purple #AF1EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.83%

R = 39.41%
G = 6.76%
B = 53.83%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF1EEF (or 0xAF1EEF) is known color: Electric Purple. HEX triplet: AF, 1E and EF. RGB value is (175,30,239). Sum of RGB (Red+Green+Blue) = 175+30+239=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF1EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1EEF is #50E110. Grayscale: #606060. Windows color (decimal): -5300497 or 15670959. OLE color: 15670959.

HSL color Cylindrical-coordinate representation of color #AF1EEF: hue angle of 281.63º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1EEF is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 30 239 -
CMYK 0.27 0.87 0 0.06
HSL 281.63º 0.87% 0.53% -
HSV(B) 281.63º 0.87% 0.94% -
XYZ 33.72 16.27 83.03 -
YUV 97.18 208.04 183.51 -
System Red Green Blue C M Y K H S L
Decimal 175 30 239 0.27 0.87 0 0.06 281.63 0.87 0.53
Hex AF 1E EF 1B 57 0 6 11A 57 35
Octal 257 36 357 33 127 0 6 432 127 65
Binary 10101111 11110 11101111 11011 1010111 0 110 100011010 1010111 110101

Color Harmonies of #AF1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1EEF

Black with #AF1EEF

Text Example


Text Example

White with #AF1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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