Html Css Color HEX #A66599 Violet Blue

📋 copy color: '#A66599'

red 166 ◦ green 101 ◦ blue 153

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

Shades of Violet Blue #A66599

Tints of Violet Blue #A66599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.05%

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

R = 39.52%
G = 24.05%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A66599 (or 0xA66599) is known color: Violet Blue. HEX triplet: A6, 65 and 99. RGB value is (166,101,153). Sum of RGB (Red+Green+Blue) = 166+101+153=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A66599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66599 is #599A66. Grayscale: #7E7E7E. Windows color (decimal): -5872231 or 10053030. OLE color: 10053030.

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

Color convert

RGB 166 101 153 -
CMYK 0 0.39 0.08 0.35
HSL 312º 0.27% 0.52% -
HSV(B) 312º 0.39% 0.65% -
XYZ 26.13 19.71 32.57 -
YUV 126.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 166 101 153 0 0.39 0.08 0.35 312 0.27 0.52
Hex A6 65 99 0 27 8 23 138 1B 34
Octal 246 145 231 0 47 10 43 470 33 64
Binary 10100110 1100101 10011001 0 100111 1000 100011 100111000 11011 110100

Color Harmonies of #A66599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66599

Black with #A66599

Text Example


Text Example

White with #A66599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66599; }

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

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

background-color css

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

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

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

border-color css

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

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

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