Html Css Color HEX #AF09F0 Electric Purple

📋 copy color: '#AF09F0'

red 175 ◦ green 9 ◦ blue 240

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

Shades of Electric Purple #AF09F0

Tints of Electric Purple #AF09F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.6%

R = 41.27%
G = 2.12%
B = 56.6%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF09F0 (or 0xAF09F0) is known color: Electric Purple. HEX triplet: AF, 09 and F0. RGB value is (175,9,240). Sum of RGB (Red+Green+Blue) = 175+9+240=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 240 (94.14% from 255 or 56.60% from 424); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF09F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF09F0 is #50F60F. Grayscale: #545454. Windows color (decimal): -5305872 or 15731119. OLE color: 15731119.

HSL color Cylindrical-coordinate representation of color #AF09F0: hue angle of 283.12º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09F0 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 9 240 -
CMYK 0.27 0.96 0 0.06
HSL 283.12º 0.93% 0.49% -
HSV(B) 283.12º 0.96% 0.94% -
XYZ 33.51 15.6 83.68 -
YUV 84.97 215.5 192.22 -
System Red Green Blue C M Y K H S L
Decimal 175 9 240 0.27 0.96 0 0.06 283.12 0.93 0.49
Hex AF 9 F0 1B 60 0 6 11B 5D 31
Octal 257 11 360 33 140 0 6 433 135 61
Binary 10101111 1001 11110000 11011 1100000 0 110 100011011 1011101 110001

Color Harmonies of #AF09F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09F0

Black with #AF09F0

Text Example


Text Example

White with #AF09F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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