Html Css Color HEX #AF1AE8 Electric Purple

📋 copy color: '#AF1AE8'

red 175 ◦ green 26 ◦ blue 232

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

Shades of Electric Purple #AF1AE8

Tints of Electric Purple #AF1AE8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6%

 BLUE value IS 232 (91.02% from 255) = 53.58%

R = 40.42%
G = 6%
B = 53.58%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF1AE8 (or 0xAF1AE8) is known color: Electric Purple. HEX triplet: AF, 1A and E8. RGB value is (175,26,232). Sum of RGB (Red+Green+Blue) = 175+26+232=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 232 (91.02% from 255 or 53.58% from 433); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF1AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1AE8 is #50E517. Grayscale: #5D5D5D. Windows color (decimal): -5301528 or 15211183. OLE color: 15211183.

HSL color Cylindrical-coordinate representation of color #AF1AE8: hue angle of 283.4º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1AE8 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 26 232 -
CMYK 0.25 0.89 0 0.09
HSL 283.4º 0.82% 0.51% -
HSV(B) 283.4º 0.89% 0.91% -
XYZ 32.61 15.68 77.65 -
YUV 94.04 205.86 185.75 -
System Red Green Blue C M Y K H S L
Decimal 175 26 232 0.25 0.89 0 0.09 283.4 0.82 0.51
Hex AF 1A E8 19 59 0 9 11B 52 33
Octal 257 32 350 31 131 0 11 433 122 63
Binary 10101111 11010 11101000 11001 1011001 0 1001 100011011 1010010 110011

Color Harmonies of #AF1AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AE8

Black with #AF1AE8

Text Example


Text Example

White with #AF1AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AE8; }

 p { color: rgb(175,26,232); }

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

background-color css

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

 a { background-color: rgb(175,26,232); }

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

border-color css

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

 span { border-color: rgb(175,26,232); }

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