Html Css Color HEX #A56998 Violet Blue

📋 copy color: '#A56998'

red 165 ◦ green 105 ◦ blue 152

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

Shades of Violet Blue #A56998

Tints of Violet Blue #A56998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.88%

 BLUE value IS 152 (59.77% from 255) = 36.02%

R = 39.1%
G = 24.88%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A56998 (or 0xA56998) is known color: Violet Blue. HEX triplet: A5, 69 and 98. RGB value is (165,105,152). Sum of RGB (Red+Green+Blue) = 165+105+152=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A56998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56998 is #5A9667. Grayscale: #808080. Windows color (decimal): -5936744 or 9988517. OLE color: 9988517.

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

Color convert

RGB 165 105 152 -
CMYK 0 0.36 0.08 0.35
HSL 313º 0.25% 0.53% -
HSV(B) 313º 0.36% 0.65% -
XYZ 26.24 20.37 32.25 -
YUV 128.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 165 105 152 0 0.36 0.08 0.35 313 0.25 0.53
Hex A5 69 98 0 24 8 23 139 19 35
Octal 245 151 230 0 44 10 43 471 31 65
Binary 10100101 1101001 10011000 0 100100 1000 100011 100111001 11001 110101

Color Harmonies of #A56998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56998

Black with #A56998

Text Example


Text Example

White with #A56998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56998; }

 p { color: rgb(165,105,152); }

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

background-color css

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

 a { background-color: rgb(165,105,152); }

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

border-color css

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

 span { border-color: rgb(165,105,152); }

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