Html Css Color HEX #A619EF Blue Violet

📋 copy color: '#A619EF'

red 166 ◦ green 25 ◦ blue 239

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

Shades of Blue Violet #A619EF

Tints of Blue Violet #A619EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.58%

R = 38.6%
G = 5.81%
B = 55.58%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A619EF (or 0xA619EF) is known color: Blue Violet. HEX triplet: A6, 19 and EF. RGB value is (166,25,239). Sum of RGB (Red+Green+Blue) = 166+25+239=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #A619EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A619EF is #59E610. Grayscale: #5A5A5A. Windows color (decimal): -5891601 or 15669670. OLE color: 15669670.

HSL color Cylindrical-coordinate representation of color #A619EF: hue angle of 279.53º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A619EF is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 25 239 -
CMYK 0.31 0.90 0 0.06
HSL 279.53º 0.87% 0.52% -
HSV(B) 279.53º 0.9% 0.94% -
XYZ 31.65 15.03 82.89 -
YUV 91.56 211.21 181.1 -
System Red Green Blue C M Y K H S L
Decimal 166 25 239 0.31 0.90 0 0.06 279.53 0.87 0.52
Hex A6 19 EF 1F 5A 0 6 118 57 34
Octal 246 31 357 37 132 0 6 430 127 64
Binary 10100110 11001 11101111 11111 1011010 0 110 100011000 1010111 110100

Color Harmonies of #A619EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619EF

Black with #A619EF

Text Example


Text Example

White with #A619EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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