Html Css Color HEX #A606FC Electric Purple

📋 copy color: '#A606FC'

red 166 ◦ green 6 ◦ blue 252

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

Shades of Electric Purple #A606FC

Tints of Electric Purple #A606FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.43%

R = 39.15%
G = 1.42%
B = 59.43%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A606FC (or 0xA606FC) is known color: Electric Purple. HEX triplet: A6, 06 and FC. RGB value is (166,6,252). Sum of RGB (Red+Green+Blue) = 166+6+252=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 6 (2.73% from 255 or 1.42% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #A606FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A606FC is #59F903. Grayscale: #515151. Windows color (decimal): -5896452 or 16516774. OLE color: 16516774.

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

Color convert

RGB 166 6 252 -
CMYK 0.34 0.98 0 0.01
HSL 279.02º 0.98% 0.51% -
HSV(B) 279.02º 0.98% 0.99% -
XYZ 33.36 15.27 93.28 -
YUV 81.88 224.01 188 -
System Red Green Blue C M Y K H S L
Decimal 166 6 252 0.34 0.98 0 0.01 279.02 0.98 0.51
Hex A6 6 FC 22 62 0 1 117 62 33
Octal 246 6 374 42 142 0 1 427 142 63
Binary 10100110 110 11111100 100010 1100010 0 1 100010111 1100010 110011

Color Harmonies of #A606FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A606FC

Black with #A606FC

Text Example


Text Example

White with #A606FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A606FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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