Html Css Color HEX #A64BAD Violet Blue

📋 copy color: '#A64BAD'

red 166 ◦ green 75 ◦ blue 173

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

Shades of Violet Blue #A64BAD

Tints of Violet Blue #A64BAD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.12%

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

R = 40.1%
G = 18.12%
B = 41.79%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A64BAD (or 0xA64BAD) is known color: Violet Blue. HEX triplet: A6, 4B and AD. RGB value is (166,75,173). Sum of RGB (Red+Green+Blue) = 166+75+173=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #A64BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64BAD is #59B452. Grayscale: #717171. Windows color (decimal): -5878867 or 11357094. OLE color: 11357094.

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

Color convert

RGB 166 75 173 -
CMYK 0.04 0.57 0 0.32
HSL 295.71º 0.4% 0.49% -
HSV(B) 295.71º 0.57% 0.68% -
XYZ 25.78 16.16 41.29 -
YUV 113.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 166 75 173 0.04 0.57 0 0.32 295.71 0.4 0.49
Hex A6 4B AD 4 39 0 20 128 28 31
Octal 246 113 255 4 71 0 40 450 50 61
Binary 10100110 1001011 10101101 100 111001 0 100000 100101000 101000 110001

Color Harmonies of #A64BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64BAD

Black with #A64BAD

Text Example


Text Example

White with #A64BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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