Html Css Color HEX #AF09FA Electric Purple

📋 copy color: '#AF09FA'

red 175 ◦ green 9 ◦ blue 250

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

Shades of Electric Purple #AF09FA

Tints of Electric Purple #AF09FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 40.32%
G = 2.07%
B = 57.6%

CMYK

 C value IS 0.3

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF09FA (or 0xAF09FA) is known color: Electric Purple. HEX triplet: AF, 09 and FA. RGB value is (175,9,250). Sum of RGB (Red+Green+Blue) = 175+9+250=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF09FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF09FA is #50F605. Grayscale: #555555. Windows color (decimal): -5305862 or 16386479. OLE color: 16386479.

HSL color Cylindrical-coordinate representation of color #AF09FA: hue angle of 281.33º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09FA is Cyan = 0.3, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 9 250 -
CMYK 0.3 0.96 0 0.02
HSL 281.33º 0.96% 0.51% -
HSV(B) 281.33º 0.96% 0.98% -
XYZ 35.03 16.21 91.73 -
YUV 86.11 220.5 191.4 -
System Red Green Blue C M Y K H S L
Decimal 175 9 250 0.3 0.96 0 0.02 281.33 0.96 0.51
Hex AF 9 FA 1E 60 0 2 119 60 33
Octal 257 11 372 36 140 0 2 431 140 63
Binary 10101111 1001 11111010 11110 1100000 0 10 100011001 1100000 110011

Color Harmonies of #AF09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09FA

Black with #AF09FA

Text Example


Text Example

White with #AF09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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