Html Css Color HEX #AF1FEE Electric Purple

📋 copy color: '#AF1FEE'

red 175 ◦ green 31 ◦ blue 238

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

Shades of Electric Purple #AF1FEE

Tints of Electric Purple #AF1FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.98%

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

R = 39.41%
G = 6.98%
B = 53.6%

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

#AF1FEE (or 0xAF1FEE) is known color: Electric Purple. HEX triplet: AF, 1F and EE. RGB value is (175,31,238). Sum of RGB (Red+Green+Blue) = 175+31+238=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF1FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1FEE is #50E011. Grayscale: #606060. Windows color (decimal): -5300242 or 15605679. OLE color: 15605679.

HSL color Cylindrical-coordinate representation of color #AF1FEE: hue angle of 281.74º 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 #AF1FEE is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 31 238 -
CMYK 0.26 0.87 0 0.07
HSL 281.74º 0.86% 0.53% -
HSV(B) 281.74º 0.87% 0.93% -
XYZ 33.6 16.27 82.26 -
YUV 97.65 207.21 183.17 -
System Red Green Blue C M Y K H S L
Decimal 175 31 238 0.26 0.87 0 0.07 281.74 0.86 0.53
Hex AF 1F EE 1A 57 0 7 11A 56 35
Octal 257 37 356 32 127 0 7 432 126 65
Binary 10101111 11111 11101110 11010 1010111 0 111 100011010 1010110 110101

Color Harmonies of #AF1FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FEE

Black with #AF1FEE

Text Example


Text Example

White with #AF1FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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