Html Css Color HEX #AF09E6 Electric Purple

📋 copy color: '#AF09E6'

red 175 ◦ green 9 ◦ blue 230

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

Shades of Electric Purple #AF09E6

Tints of Electric Purple #AF09E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 55.56%

R = 42.27%
G = 2.17%
B = 55.56%

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

#AF09E6 (or 0xAF09E6) is known color: Electric Purple. HEX triplet: AF, 09 and E6. RGB value is (175,9,230). Sum of RGB (Red+Green+Blue) = 175+9+230=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 230 (90.23% from 255 or 55.56% from 414); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF09E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF09E6 is #50F619. Grayscale: #535353. Windows color (decimal): -5305882 or 15075759. OLE color: 15075759.

HSL color Cylindrical-coordinate representation of color #AF09E6: hue angle of 285.07º 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 #AF09E6 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 9 230 -
CMYK 0.24 0.96 0 0.10
HSL 285.07º 0.92% 0.47% -
HSV(B) 285.07º 0.96% 0.9% -
XYZ 32.06 15.02 76.07 -
YUV 83.83 210.5 193.03 -
System Red Green Blue C M Y K H S L
Decimal 175 9 230 0.24 0.96 0 0.10 285.07 0.92 0.47
Hex AF 9 E6 18 60 0 A 11D 5C 2F
Octal 257 11 346 30 140 0 12 435 134 57
Binary 10101111 1001 11100110 11000 1100000 0 1010 100011101 1011100 101111

Color Harmonies of #AF09E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09E6

Black with #AF09E6

Text Example


Text Example

White with #AF09E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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