Html Css Color HEX #AF09E5 Electric Purple

📋 copy color: '#AF09E5'

red 175 ◦ green 9 ◦ blue 229

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

Shades of Electric Purple #AF09E5

Tints of Electric Purple #AF09E5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.18%

 BLUE value IS 229 (89.84% from 255) = 55.45%

R = 42.37%
G = 2.18%
B = 55.45%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF09E5 (or 0xAF09E5) is known color: Electric Purple. HEX triplet: AF, 09 and E5. RGB value is (175,9,229). Sum of RGB (Red+Green+Blue) = 175+9+229=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 229 (89.84% from 255 or 55.45% from 413); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF09E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09E5 is #50F61A. Grayscale: #535353. Windows color (decimal): -5305883 or 15010223. OLE color: 15010223.

HSL color Cylindrical-coordinate representation of color #AF09E5: hue angle of 285.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09E5 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 9 229 -
CMYK 0.24 0.96 0 0.10
HSL 285.27º 0.92% 0.47% -
HSV(B) 285.27º 0.96% 0.9% -
XYZ 31.92 14.97 75.34 -
YUV 83.71 210 193.11 -
System Red Green Blue C M Y K H S L
Decimal 175 9 229 0.24 0.96 0 0.10 285.27 0.92 0.47
Hex AF 9 E5 18 60 0 A 11D 5C 2F
Octal 257 11 345 30 140 0 12 435 134 57
Binary 10101111 1001 11100101 11000 1100000 0 1010 100011101 1011100 101111

Color Harmonies of #AF09E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09E5

Black with #AF09E5

Text Example


Text Example

White with #AF09E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09E5; }

 p { color: rgb(175,9,229); }

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

background-color css

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

 a { background-color: rgb(175,9,229); }

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

border-color css

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

 span { border-color: rgb(175,9,229); }

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