Html Css Color HEX #A66296 Violet Blue

📋 copy color: '#A66296'

red 166 ◦ green 98 ◦ blue 150

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

Shades of Violet Blue #A66296

Tints of Violet Blue #A66296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.23%

R = 40.1%
G = 23.67%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A66296 (or 0xA66296) is known color: Violet Blue. HEX triplet: A6, 62 and 96. RGB value is (166,98,150). Sum of RGB (Red+Green+Blue) = 166+98+150=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A66296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66296 is #599D69. Grayscale: #7C7C7C. Windows color (decimal): -5873002 or 9855654. OLE color: 9855654.

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

Color convert

RGB 166 98 150 -
CMYK 0 0.41 0.10 0.35
HSL 314.12º 0.28% 0.52% -
HSV(B) 314.12º 0.41% 0.65% -
XYZ 25.6 19.04 31.18 -
YUV 124.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 166 98 150 0 0.41 0.10 0.35 314.12 0.28 0.52
Hex A6 62 96 0 29 A 23 13A 1C 34
Octal 246 142 226 0 51 12 43 472 34 64
Binary 10100110 1100010 10010110 0 101001 1010 100011 100111010 11100 110100

Color Harmonies of #A66296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66296

Black with #A66296

Text Example


Text Example

White with #A66296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66296; }

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

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

background-color css

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

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

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

border-color css

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

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

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