Html Css Color HEX #A619FF Electric Purple

📋 copy color: '#A619FF'

red 166 ◦ green 25 ◦ blue 255

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

Shades of Electric Purple #A619FF

Tints of Electric Purple #A619FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.17%

R = 37.22%
G = 5.61%
B = 57.17%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A619FF (or 0xA619FF) is known color: Electric Purple. HEX triplet: A6, 19 and FF. RGB value is (166,25,255). Sum of RGB (Red+Green+Blue) = 166+25+255=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #A619FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A619FF is #59E600. Grayscale: #5C5C5C. Windows color (decimal): -5891585 or 16718246. OLE color: 16718246.

HSL color Cylindrical-coordinate representation of color #A619FF: hue angle of 276.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A619FF is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 25 255 -
CMYK 0.35 0.90 0 0
HSL 276.78º 1% 0.55% -
HSV(B) 276.78º 0.9% 1% -
XYZ 34.12 16.02 95.9 -
YUV 93.38 219.21 179.8 -
System Red Green Blue C M Y K H S L
Decimal 166 25 255 0.35 0.90 0 0 276.78 1 0.55
Hex A6 19 FF 23 5A 0 0 115 64 37
Octal 246 31 377 43 132 0 0 425 144 67
Binary 10100110 11001 11111111 100011 1011010 0 0 100010101 1100100 110111

Color Harmonies of #A619FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619FF

Black with #A619FF

Text Example


Text Example

White with #A619FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619FF; }

 p { color: rgb(166,25,255); }

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

background-color css

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

 a { background-color: rgb(166,25,255); }

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

border-color css

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

 span { border-color: rgb(166,25,255); }

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