Html Css Color HEX #AF09EA Electric Purple

📋 copy color: '#AF09EA'

red 175 ◦ green 9 ◦ blue 234

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

Shades of Electric Purple #AF09EA

Tints of Electric Purple #AF09EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.98%

R = 41.87%
G = 2.15%
B = 55.98%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF09EA (or 0xAF09EA) is known color: Electric Purple. HEX triplet: AF, 09 and EA. RGB value is (175,9,234). Sum of RGB (Red+Green+Blue) = 175+9+234=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF09EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF09EA is #50F615. Grayscale: #535353. Windows color (decimal): -5305878 or 15337903. OLE color: 15337903.

HSL color Cylindrical-coordinate representation of color #AF09EA: hue angle of 284.27º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09EA is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 9 234 -
CMYK 0.25 0.96 0 0.08
HSL 284.27º 0.93% 0.48% -
HSV(B) 284.27º 0.96% 0.92% -
XYZ 32.63 15.25 79.07 -
YUV 84.28 212.5 192.7 -
System Red Green Blue C M Y K H S L
Decimal 175 9 234 0.25 0.96 0 0.08 284.27 0.93 0.48
Hex AF 9 EA 19 60 0 8 11C 5D 30
Octal 257 11 352 31 140 0 10 434 135 60
Binary 10101111 1001 11101010 11001 1100000 0 1000 100011100 1011101 110000

Color Harmonies of #AF09EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09EA

Black with #AF09EA

Text Example


Text Example

White with #AF09EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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