Html Css Color HEX #A66397 Violet Blue

📋 copy color: '#A66397'

red 166 ◦ green 99 ◦ blue 151

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

Shades of Violet Blue #A66397

Tints of Violet Blue #A66397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.3%

R = 39.9%
G = 23.8%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A66397 (or 0xA66397) is known color: Violet Blue. HEX triplet: A6, 63 and 97. RGB value is (166,99,151). Sum of RGB (Red+Green+Blue) = 166+99+151=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A66397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66397 is #599C68. Grayscale: #7C7C7C. Windows color (decimal): -5872745 or 9921446. OLE color: 9921446.

HSL color Cylindrical-coordinate representation of color #A66397: hue angle of 313.43º 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 #A66397 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 99 151 -
CMYK 0 0.40 0.09 0.35
HSL 313.43º 0.27% 0.52% -
HSV(B) 313.43º 0.4% 0.65% -
XYZ 25.77 19.27 31.64 -
YUV 124.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 166 99 151 0 0.40 0.09 0.35 313.43 0.27 0.52
Hex A6 63 97 0 28 9 23 139 1B 34
Octal 246 143 227 0 50 11 43 471 33 64
Binary 10100110 1100011 10010111 0 101000 1001 100011 100111001 11011 110100

Color Harmonies of #A66397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66397

Black with #A66397

Text Example


Text Example

White with #A66397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66397; }

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

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

background-color css

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

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

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

border-color css

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

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

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