Html Css Color HEX #A619EA Blue Violet

📋 copy color: '#A619EA'

red 166 ◦ green 25 ◦ blue 234

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

Shades of Blue Violet #A619EA

Tints of Blue Violet #A619EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.06%

R = 39.06%
G = 5.88%
B = 55.06%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A619EA (or 0xA619EA) is known color: Blue Violet. HEX triplet: A6, 19 and EA. RGB value is (166,25,234). Sum of RGB (Red+Green+Blue) = 166+25+234=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #A619EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A619EA is #59E615. Grayscale: #5A5A5A. Windows color (decimal): -5891606 or 15341990. OLE color: 15341990.

HSL color Cylindrical-coordinate representation of color #A619EA: hue angle of 280.48º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A619EA is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 25 234 -
CMYK 0.29 0.89 0 0.08
HSL 280.48º 0.83% 0.51% -
HSV(B) 280.48º 0.89% 0.92% -
XYZ 30.92 14.74 79.06 -
YUV 90.99 208.71 181.51 -
System Red Green Blue C M Y K H S L
Decimal 166 25 234 0.29 0.89 0 0.08 280.48 0.83 0.51
Hex A6 19 EA 1D 59 0 8 118 53 33
Octal 246 31 352 35 131 0 10 430 123 63
Binary 10100110 11001 11101010 11101 1011001 0 1000 100011000 1010011 110011

Color Harmonies of #A619EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619EA

Black with #A619EA

Text Example


Text Example

White with #A619EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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