Html Css Color HEX #A619E7 Blue Violet

📋 copy color: '#A619E7'

red 166 ◦ green 25 ◦ blue 231

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

Shades of Blue Violet #A619E7

Tints of Blue Violet #A619E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 54.74%

R = 39.34%
G = 5.92%
B = 54.74%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A619E7 (or 0xA619E7) is known color: Blue Violet. HEX triplet: A6, 19 and E7. RGB value is (166,25,231). Sum of RGB (Red+Green+Blue) = 166+25+231=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 231 (90.62% from 255 or 54.74% from 422); Max value from RGB is 231 - color contains mainly: blue. Hex color #A619E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A619E7 is #59E618. Grayscale: #595959. Windows color (decimal): -5891609 or 15145382. OLE color: 15145382.

HSL color Cylindrical-coordinate representation of color #A619E7: hue angle of 281.07º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A619E7 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 25 231 -
CMYK 0.28 0.89 0 0.09
HSL 281.07º 0.81% 0.5% -
HSV(B) 281.07º 0.89% 0.91% -
XYZ 30.5 14.57 76.81 -
YUV 90.64 207.21 181.75 -
System Red Green Blue C M Y K H S L
Decimal 166 25 231 0.28 0.89 0 0.09 281.07 0.81 0.5
Hex A6 19 E7 1C 59 0 9 119 51 32
Octal 246 31 347 34 131 0 11 431 121 62
Binary 10100110 11001 11100111 11100 1011001 0 1001 100011001 1010001 110010

Color Harmonies of #A619E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619E7

Black with #A619E7

Text Example


Text Example

White with #A619E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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