Html Css Color HEX #A616F4 Electric Purple

📋 copy color: '#A616F4'

red 166 ◦ green 22 ◦ blue 244

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

Shades of Electric Purple #A616F4

Tints of Electric Purple #A616F4

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.09%

 BLUE value IS 244 (95.7% from 255) = 56.48%

R = 38.43%
G = 5.09%
B = 56.48%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A616F4 (or 0xA616F4) is known color: Electric Purple. HEX triplet: A6, 16 and F4. RGB value is (166,22,244). Sum of RGB (Red+Green+Blue) = 166+22+244=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 244 (95.70% from 255 or 56.48% from 432); Max value from RGB is 244 - color contains mainly: blue. Hex color #A616F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A616F4 is #59E90B. Grayscale: #595959. Windows color (decimal): -5892364 or 15996582. OLE color: 15996582.

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

Color convert

RGB 166 22 244 -
CMYK 0.32 0.91 0 0.04
HSL 278.92º 0.91% 0.52% -
HSV(B) 278.92º 0.91% 0.96% -
XYZ 32.34 15.21 86.82 -
YUV 90.36 214.71 181.95 -
System Red Green Blue C M Y K H S L
Decimal 166 22 244 0.32 0.91 0 0.04 278.92 0.91 0.52
Hex A6 16 F4 20 5B 0 4 117 5B 34
Octal 246 26 364 40 133 0 4 427 133 64
Binary 10100110 10110 11110100 100000 1011011 0 100 100010111 1011011 110100

Color Harmonies of #A616F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616F4

Black with #A616F4

Text Example


Text Example

White with #A616F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616F4; }

 p { color: rgb(166,22,244); }

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

background-color css

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

 a { background-color: rgb(166,22,244); }

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

border-color css

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

 span { border-color: rgb(166,22,244); }

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