Html Css Color HEX #A64599 Violet Blue

📋 copy color: '#A64599'

red 166 ◦ green 69 ◦ blue 153

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

Shades of Violet Blue #A64599

Tints of Violet Blue #A64599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.78%

 BLUE value IS 153 (60.16% from 255) = 39.43%

R = 42.78%
G = 17.78%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A64599 (or 0xA64599) is known color: Violet Blue. HEX triplet: A6, 45 and 99. RGB value is (166,69,153). Sum of RGB (Red+Green+Blue) = 166+69+153=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A64599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64599 is #59BA66. Grayscale: #6B6B6B. Windows color (decimal): -5880423 or 10044838. OLE color: 10044838.

HSL color Cylindrical-coordinate representation of color #A64599: hue angle of 308.04º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64599 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 69 153 -
CMYK 0 0.58 0.08 0.35
HSL 308.04º 0.41% 0.46% -
HSV(B) 308.04º 0.58% 0.65% -
XYZ 23.6 14.66 31.72 -
YUV 107.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 166 69 153 0 0.58 0.08 0.35 308.04 0.41 0.46
Hex A6 45 99 0 3A 8 23 134 29 2E
Octal 246 105 231 0 72 10 43 464 51 56
Binary 10100110 1000101 10011001 0 111010 1000 100011 100110100 101001 101110

Color Harmonies of #A64599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64599

Black with #A64599

Text Example


Text Example

White with #A64599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64599; }

 p { color: rgb(166,69,153); }

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

background-color css

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

 a { background-color: rgb(166,69,153); }

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

border-color css

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

 span { border-color: rgb(166,69,153); }

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