Html Css Color HEX #A56699 Violet Blue

📋 copy color: '#A56699'

red 165 ◦ green 102 ◦ blue 153

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

Shades of Violet Blue #A56699

Tints of Violet Blue #A56699

RGB

 RED value IS 165 (64.84% from 255) = 39.29%

 GREEN value IS 102 (40.23% from 255) = 24.29%

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

R = 39.29%
G = 24.29%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A56699 (or 0xA56699) is known color: Violet Blue. HEX triplet: A5, 66 and 99. RGB value is (165,102,153). Sum of RGB (Red+Green+Blue) = 165+102+153=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A56699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56699 is #5A9966. Grayscale: #7E7E7E. Windows color (decimal): -5937511 or 10053285. OLE color: 10053285.

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

Color convert

RGB 165 102 153 -
CMYK 0 0.38 0.07 0.35
HSL 311.43º 0.26% 0.52% -
HSV(B) 311.43º 0.38% 0.65% -
XYZ 26.02 19.8 32.59 -
YUV 126.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 165 102 153 0 0.38 0.07 0.35 311.43 0.26 0.52
Hex A5 66 99 0 26 7 23 137 1A 34
Octal 245 146 231 0 46 7 43 467 32 64
Binary 10100101 1100110 10011001 0 100110 111 100011 100110111 11010 110100

Color Harmonies of #A56699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56699

Black with #A56699

Text Example


Text Example

White with #A56699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56699; }

 p { color: rgb(165,102,153); }

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

background-color css

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

 a { background-color: rgb(165,102,153); }

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

border-color css

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

 span { border-color: rgb(165,102,153); }

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