Html Css Color HEX #A64499 Violet Blue

📋 copy color: '#A64499'

red 166 ◦ green 68 ◦ blue 153

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

Shades of Violet Blue #A64499

Tints of Violet Blue #A64499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.57%

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

R = 42.89%
G = 17.57%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A64499 (or 0xA64499) is known color: Violet Blue. HEX triplet: A6, 44 and 99. RGB value is (166,68,153). Sum of RGB (Red+Green+Blue) = 166+68+153=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A64499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64499 is #59BB66. Grayscale: #6A6A6A. Windows color (decimal): -5880679 or 10044582. OLE color: 10044582.

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

Color convert

RGB 166 68 153 -
CMYK 0 0.59 0.08 0.35
HSL 307.96º 0.42% 0.46% -
HSV(B) 307.96º 0.59% 0.65% -
XYZ 23.54 14.54 31.7 -
YUV 106.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 166 68 153 0 0.59 0.08 0.35 307.96 0.42 0.46
Hex A6 44 99 0 3B 8 23 134 2A 2E
Octal 246 104 231 0 73 10 43 464 52 56
Binary 10100110 1000100 10011001 0 111011 1000 100011 100110100 101010 101110

Color Harmonies of #A64499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64499

Black with #A64499

Text Example


Text Example

White with #A64499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64499; }

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

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

background-color css

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

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

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

border-color css

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

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

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