Html Css Color HEX #A65799 Violet Blue

📋 copy color: '#A65799'

red 166 ◦ green 87 ◦ blue 153

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

Shades of Violet Blue #A65799

Tints of Violet Blue #A65799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.43%

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

R = 40.89%
G = 21.43%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A65799 (or 0xA65799) is known color: Violet Blue. HEX triplet: A6, 57 and 99. RGB value is (166,87,153). Sum of RGB (Red+Green+Blue) = 166+87+153=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A65799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65799 is #59A866. Grayscale: #757575. Windows color (decimal): -5875815 or 10049446. OLE color: 10049446.

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

Color convert

RGB 166 87 153 -
CMYK 0 0.48 0.08 0.35
HSL 309.87º 0.31% 0.5% -
HSV(B) 309.87º 0.48% 0.65% -
XYZ 24.88 17.22 32.15 -
YUV 118.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 166 87 153 0 0.48 0.08 0.35 309.87 0.31 0.5
Hex A6 57 99 0 30 8 23 136 1F 32
Octal 246 127 231 0 60 10 43 466 37 62
Binary 10100110 1010111 10011001 0 110000 1000 100011 100110110 11111 110010

Color Harmonies of #A65799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65799

Black with #A65799

Text Example


Text Example

White with #A65799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65799; }

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

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

background-color css

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

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

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

border-color css

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

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

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