Html Css Color HEX #A64895 Violet Blue

📋 copy color: '#A64895'

red 166 ◦ green 72 ◦ blue 149

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

Shades of Violet Blue #A64895

Tints of Violet Blue #A64895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.6%

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 42.89%
G = 18.6%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A64895 (or 0xA64895) is known color: Violet Blue. HEX triplet: A6, 48 and 95. RGB value is (166,72,149). Sum of RGB (Red+Green+Blue) = 166+72+149=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A64895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64895 is #59B76A. Grayscale: #6C6C6C. Windows color (decimal): -5879659 or 9783462. OLE color: 9783462.

HSL color Cylindrical-coordinate representation of color #A64895: hue angle of 310.85º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64895 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 72 149 -
CMYK 0 0.57 0.10 0.35
HSL 310.85º 0.39% 0.47% -
HSV(B) 310.85º 0.57% 0.65% -
XYZ 23.47 14.91 30.08 -
YUV 108.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 166 72 149 0 0.57 0.10 0.35 310.85 0.39 0.47
Hex A6 48 95 0 39 A 23 137 27 2F
Octal 246 110 225 0 71 12 43 467 47 57
Binary 10100110 1001000 10010101 0 111001 1010 100011 100110111 100111 101111

Color Harmonies of #A64895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64895

Black with #A64895

Text Example


Text Example

White with #A64895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64895; }

 p { color: rgb(166,72,149); }

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

background-color css

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

 a { background-color: rgb(166,72,149); }

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

border-color css

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

 span { border-color: rgb(166,72,149); }

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