Html Css Color HEX #A56A99 Violet Blue

📋 copy color: '#A56A99'

red 165 ◦ green 106 ◦ blue 153

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

Shades of Violet Blue #A56A99

Tints of Violet Blue #A56A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25%

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

R = 38.92%
G = 25%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A56A99 (or 0xA56A99) is known color: Violet Blue. HEX triplet: A5, 6A and 99. RGB value is (165,106,153). Sum of RGB (Red+Green+Blue) = 165+106+153=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56A99 is #5A9566. Grayscale: #808080. Windows color (decimal): -5936487 or 10054309. OLE color: 10054309.

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

Color convert

RGB 165 106 153 -
CMYK 0 0.36 0.07 0.35
HSL 312.2º 0.25% 0.53% -
HSV(B) 312.2º 0.36% 0.65% -
XYZ 26.42 20.61 32.72 -
YUV 129 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 165 106 153 0 0.36 0.07 0.35 312.2 0.25 0.53
Hex A5 6A 99 0 24 7 23 138 19 35
Octal 245 152 231 0 44 7 43 470 31 65
Binary 10100101 1101010 10011001 0 100100 111 100011 100111000 11001 110101

Color Harmonies of #A56A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56A99

Black with #A56A99

Text Example


Text Example

White with #A56A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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