Html Css Color HEX #A66395 Violet Blue

📋 copy color: '#A66395'

red 166 ◦ green 99 ◦ blue 149

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

Shades of Violet Blue #A66395

Tints of Violet Blue #A66395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.91%

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

R = 40.1%
G = 23.91%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A66395 (or 0xA66395) is known color: Violet Blue. HEX triplet: A6, 63 and 95. RGB value is (166,99,149). Sum of RGB (Red+Green+Blue) = 166+99+149=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A66395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66395 is #599C6A. Grayscale: #7C7C7C. Windows color (decimal): -5872747 or 9790374. OLE color: 9790374.

HSL color Cylindrical-coordinate representation of color #A66395: hue angle of 315.22º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66395 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 99 149 -
CMYK 0 0.40 0.10 0.35
HSL 315.22º 0.27% 0.52% -
HSV(B) 315.22º 0.4% 0.65% -
XYZ 25.61 19.2 30.79 -
YUV 124.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 166 99 149 0 0.40 0.10 0.35 315.22 0.27 0.52
Hex A6 63 95 0 28 A 23 13B 1B 34
Octal 246 143 225 0 50 12 43 473 33 64
Binary 10100110 1100011 10010101 0 101000 1010 100011 100111011 11011 110100

Color Harmonies of #A66395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66395

Black with #A66395

Text Example


Text Example

White with #A66395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66395; }

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

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

background-color css

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

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

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

border-color css

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

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

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