Html Css Color HEX #A606FA Electric Purple

📋 copy color: '#A606FA'

red 166 ◦ green 6 ◦ blue 250

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

Shades of Electric Purple #A606FA

Tints of Electric Purple #A606FA

RGB

 RED value IS 166 (65.23% from 255) = 39.34%

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

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

R = 39.34%
G = 1.42%
B = 59.24%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A606FA (or 0xA606FA) is known color: Electric Purple. HEX triplet: A6, 06 and FA. RGB value is (166,6,250). Sum of RGB (Red+Green+Blue) = 166+6+250=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #A606FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A606FA is #59F905. Grayscale: #505050. Windows color (decimal): -5896454 or 16385702. OLE color: 16385702.

HSL color Cylindrical-coordinate representation of color #A606FA: hue angle of 279.34º 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 #A606FA is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 6 250 -
CMYK 0.34 0.98 0 0.02
HSL 279.34º 0.96% 0.5% -
HSV(B) 279.34º 0.98% 0.98% -
XYZ 33.05 15.14 91.62 -
YUV 81.66 223.01 188.16 -
System Red Green Blue C M Y K H S L
Decimal 166 6 250 0.34 0.98 0 0.02 279.34 0.96 0.5
Hex A6 6 FA 22 62 0 2 117 60 32
Octal 246 6 372 42 142 0 2 427 140 62
Binary 10100110 110 11111010 100010 1100010 0 10 100010111 1100000 110010

Color Harmonies of #A606FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A606FA

Black with #A606FA

Text Example


Text Example

White with #A606FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A606FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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