Html Css Color HEX #A66299 Violet Blue

📋 copy color: '#A66299'

red 166 ◦ green 98 ◦ blue 153

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

Shades of Violet Blue #A66299

Tints of Violet Blue #A66299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.5%

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

R = 39.81%
G = 23.5%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A66299 (or 0xA66299) is known color: Violet Blue. HEX triplet: A6, 62 and 99. RGB value is (166,98,153). Sum of RGB (Red+Green+Blue) = 166+98+153=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A66299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66299 is #599D66. Grayscale: #7C7C7C. Windows color (decimal): -5872999 or 10052262. OLE color: 10052262.

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

Color convert

RGB 166 98 153 -
CMYK 0 0.41 0.08 0.35
HSL 311.47º 0.28% 0.52% -
HSV(B) 311.47º 0.41% 0.65% -
XYZ 25.84 19.14 32.47 -
YUV 124.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 166 98 153 0 0.41 0.08 0.35 311.47 0.28 0.52
Hex A6 62 99 0 29 8 23 137 1C 34
Octal 246 142 231 0 51 10 43 467 34 64
Binary 10100110 1100010 10011001 0 101001 1000 100011 100110111 11100 110100

Color Harmonies of #A66299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66299

Black with #A66299

Text Example


Text Example

White with #A66299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66299; }

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

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

background-color css

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

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

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

border-color css

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

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

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