Html Css Color HEX #A64DAD Violet Blue

📋 copy color: '#A64DAD'

red 166 ◦ green 77 ◦ blue 173

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

Shades of Violet Blue #A64DAD

Tints of Violet Blue #A64DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.51%

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

R = 39.9%
G = 18.51%
B = 41.59%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A64DAD (or 0xA64DAD) is known color: Violet Blue. HEX triplet: A6, 4D and AD. RGB value is (166,77,173). Sum of RGB (Red+Green+Blue) = 166+77+173=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #A64DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64DAD is #59B252. Grayscale: #727272. Windows color (decimal): -5878355 or 11357606. OLE color: 11357606.

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

Color convert

RGB 166 77 173 -
CMYK 0.04 0.55 0 0.32
HSL 295.63º 0.38% 0.49% -
HSV(B) 295.63º 0.55% 0.68% -
XYZ 25.92 16.43 41.34 -
YUV 114.56 160.99 164.69 -
System Red Green Blue C M Y K H S L
Decimal 166 77 173 0.04 0.55 0 0.32 295.63 0.38 0.49
Hex A6 4D AD 4 37 0 20 128 26 31
Octal 246 115 255 4 67 0 40 450 46 61
Binary 10100110 1001101 10101101 100 110111 0 100000 100101000 100110 110001

Color Harmonies of #A64DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DAD

Black with #A64DAD

Text Example


Text Example

White with #A64DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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