Html Css Color HEX #A919F6 Electric Purple

📋 copy color: '#A919F6'

red 169 ◦ green 25 ◦ blue 246

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

Shades of Electric Purple #A919F6

Tints of Electric Purple #A919F6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.68%

 BLUE value IS 246 (96.48% from 255) = 55.91%

R = 38.41%
G = 5.68%
B = 55.91%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A919F6 (or 0xA919F6) is known color: Electric Purple. HEX triplet: A9, 19 and F6. RGB value is (169,25,246). Sum of RGB (Red+Green+Blue) = 169+25+246=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #A919F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A919F6 is #56E609. Grayscale: #5C5C5C. Windows color (decimal): -5694986 or 16128425. OLE color: 16128425.

HSL color Cylindrical-coordinate representation of color #A919F6: hue angle of 279.1º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A919F6 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 169 25 246 -
CMYK 0.31 0.90 0 0.04
HSL 279.1º 0.92% 0.53% -
HSV(B) 279.1º 0.9% 0.96% -
XYZ 33.34 15.78 88.48 -
YUV 93.25 214.21 182.03 -
System Red Green Blue C M Y K H S L
Decimal 169 25 246 0.31 0.90 0 0.04 279.1 0.92 0.53
Hex A9 19 F6 1F 5A 0 4 117 5C 35
Octal 251 31 366 37 132 0 4 427 134 65
Binary 10101001 11001 11110110 11111 1011010 0 100 100010111 1011100 110101

Color Harmonies of #A919F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A919F6

Black with #A919F6

Text Example


Text Example

White with #A919F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A919F6; }

 p { color: rgb(169,25,246); }

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

background-color css

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

 a { background-color: rgb(169,25,246); }

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

border-color css

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

 span { border-color: rgb(169,25,246); }

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