Html Css Color HEX #A640AD Violet Blue

📋 copy color: '#A640AD'

red 166 ◦ green 64 ◦ blue 173

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

Shades of Violet Blue #A640AD

Tints of Violet Blue #A640AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.88%

 BLUE value IS 173 (67.97% from 255) = 42.93%

R = 41.19%
G = 15.88%
B = 42.93%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A640AD (or 0xA640AD) is known color: Violet Blue. HEX triplet: A6, 40 and AD. RGB value is (166,64,173). Sum of RGB (Red+Green+Blue) = 166+64+173=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #A640AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A640AD is #59BF52. Grayscale: #6A6A6A. Windows color (decimal): -5881683 or 11354278. OLE color: 11354278.

HSL color Cylindrical-coordinate representation of color #A640AD: hue angle of 296.15º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A640AD is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 64 173 -
CMYK 0.04 0.63 0 0.32
HSL 296.15º 0.46% 0.46% -
HSV(B) 296.15º 0.63% 0.68% -
XYZ 25.1 14.79 41.07 -
YUV 106.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 166 64 173 0.04 0.63 0 0.32 296.15 0.46 0.46
Hex A6 40 AD 4 3F 0 20 128 2E 2E
Octal 246 100 255 4 77 0 40 450 56 56
Binary 10100110 1000000 10101101 100 111111 0 100000 100101000 101110 101110

Color Harmonies of #A640AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A640AD

Black with #A640AD

Text Example


Text Example

White with #A640AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A640AD; }

 p { color: rgb(166,64,173); }

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

background-color css

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

 a { background-color: rgb(166,64,173); }

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

border-color css

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

 span { border-color: rgb(166,64,173); }

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