Html Css Color HEX #A906EC Electric Purple

📋 copy color: '#A906EC'

red 169 ◦ green 6 ◦ blue 236

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

Shades of Electric Purple #A906EC

Tints of Electric Purple #A906EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.42%

R = 41.12%
G = 1.46%
B = 57.42%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A906EC (or 0xA906EC) is known color: Electric Purple. HEX triplet: A9, 06 and EC. RGB value is (169,6,236). Sum of RGB (Red+Green+Blue) = 169+6+236=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #A906EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A906EC is #56F913. Grayscale: #505050. Windows color (decimal): -5699860 or 15468201. OLE color: 15468201.

HSL color Cylindrical-coordinate representation of color #A906EC: hue angle of 282.52º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A906EC is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 6 236 -
CMYK 0.28 0.97 0 0.07
HSL 282.52º 0.95% 0.47% -
HSV(B) 282.52º 0.97% 0.93% -
XYZ 31.57 14.62 80.52 -
YUV 80.96 215.5 190.8 -
System Red Green Blue C M Y K H S L
Decimal 169 6 236 0.28 0.97 0 0.07 282.52 0.95 0.47
Hex A9 6 EC 1C 61 0 7 11B 5F 2F
Octal 251 6 354 34 141 0 7 433 137 57
Binary 10101001 110 11101100 11100 1100001 0 111 100011011 1011111 101111

Color Harmonies of #A906EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A906EC

Black with #A906EC

Text Example


Text Example

White with #A906EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A906EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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