Html Css Color HEX #A906FA Electric Purple

📋 copy color: '#A906FA'

red 169 ◦ green 6 ◦ blue 250

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

Shades of Electric Purple #A906FA

Tints of Electric Purple #A906FA

RGB

 RED value IS 169 (66.41% from 255) = 39.76%

 GREEN value IS 6 (2.73% from 255) = 1.41%

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

R = 39.76%
G = 1.41%
B = 58.82%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A906FA (or 0xA906FA) is known color: Electric Purple. HEX triplet: A9, 06 and FA. RGB value is (169,6,250). Sum of RGB (Red+Green+Blue) = 169+6+250=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #A906FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A906FA is #56F905. Grayscale: #515151. Windows color (decimal): -5699846 or 16385705. OLE color: 16385705.

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

Color convert

RGB 169 6 250 -
CMYK 0.32 0.98 0 0.02
HSL 280.08º 0.96% 0.5% -
HSV(B) 280.08º 0.98% 0.98% -
XYZ 33.68 15.47 91.65 -
YUV 82.55 222.5 189.66 -
System Red Green Blue C M Y K H S L
Decimal 169 6 250 0.32 0.98 0 0.02 280.08 0.96 0.5
Hex A9 6 FA 20 62 0 2 118 60 32
Octal 251 6 372 40 142 0 2 430 140 62
Binary 10101001 110 11111010 100000 1100010 0 10 100011000 1100000 110010

Color Harmonies of #A906FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A906FA

Black with #A906FA

Text Example


Text Example

White with #A906FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A906FA; }

 p { color: rgb(169,6,250); }

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

background-color css

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

 a { background-color: rgb(169,6,250); }

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

border-color css

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

 span { border-color: rgb(169,6,250); }

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