Html Css Color HEX #AF1EF8 Electric Purple

📋 copy color: '#AF1EF8'

red 175 ◦ green 30 ◦ blue 248

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

Shades of Electric Purple #AF1EF8

Tints of Electric Purple #AF1EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 54.75%

R = 38.63%
G = 6.62%
B = 54.75%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF1EF8 (or 0xAF1EF8) is known color: Electric Purple. HEX triplet: AF, 1E and F8. RGB value is (175,30,248). Sum of RGB (Red+Green+Blue) = 175+30+248=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF1EF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1EF8 is #50E107. Grayscale: #616161. Windows color (decimal): -5300488 or 16260783. OLE color: 16260783.

HSL color Cylindrical-coordinate representation of color #AF1EF8: hue angle of 279.91º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1EF8 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 30 248 -
CMYK 0.29 0.88 0 0.03
HSL 279.91º 0.94% 0.55% -
HSV(B) 279.91º 0.88% 0.97% -
XYZ 35.09 16.82 90.2 -
YUV 98.21 212.54 182.77 -
System Red Green Blue C M Y K H S L
Decimal 175 30 248 0.29 0.88 0 0.03 279.91 0.94 0.55
Hex AF 1E F8 1D 58 0 3 118 5E 37
Octal 257 36 370 35 130 0 3 430 136 67
Binary 10101111 11110 11111000 11101 1011000 0 11 100011000 1011110 110111

Color Harmonies of #AF1EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1EF8

Black with #AF1EF8

Text Example


Text Example

White with #AF1EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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