Html Css Color HEX #AF1AE9 Electric Purple

📋 copy color: '#AF1AE9'

red 175 ◦ green 26 ◦ blue 233

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

Shades of Electric Purple #AF1AE9

Tints of Electric Purple #AF1AE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 53.69%

R = 40.32%
G = 5.99%
B = 53.69%

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

#AF1AE9 (or 0xAF1AE9) is known color: Electric Purple. HEX triplet: AF, 1A and E9. RGB value is (175,26,233). Sum of RGB (Red+Green+Blue) = 175+26+233=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 233 (91.41% from 255 or 53.69% from 434); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF1AE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1AE9 is #50E516. Grayscale: #5D5D5D. Windows color (decimal): -5301527 or 15276719. OLE color: 15276719.

HSL color Cylindrical-coordinate representation of color #AF1AE9: hue angle of 283.19º 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 #AF1AE9 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 26 233 -
CMYK 0.25 0.89 0 0.09
HSL 283.19º 0.82% 0.51% -
HSV(B) 283.19º 0.89% 0.91% -
XYZ 32.76 15.74 78.4 -
YUV 94.15 206.36 185.67 -
System Red Green Blue C M Y K H S L
Decimal 175 26 233 0.25 0.89 0 0.09 283.19 0.82 0.51
Hex AF 1A E9 19 59 0 9 11B 52 33
Octal 257 32 351 31 131 0 11 433 122 63
Binary 10101111 11010 11101001 11001 1011001 0 1001 100011011 1010010 110011

Color Harmonies of #AF1AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AE9

Black with #AF1AE9

Text Example


Text Example

White with #AF1AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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