Html Css Color HEX #A56F9E Violet Blue

📋 copy color: '#A56F9E'

red 165 ◦ green 111 ◦ blue 158

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

Shades of Violet Blue #A56F9E

Tints of Violet Blue #A56F9E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.58%

 BLUE value IS 158 (62.11% from 255) = 36.41%

R = 38.02%
G = 25.58%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A56F9E (or 0xA56F9E) is known color: Violet Blue. HEX triplet: A5, 6F and 9E. RGB value is (165,111,158). Sum of RGB (Red+Green+Blue) = 165+111+158=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F9E is #5A9061. Grayscale: #848484. Windows color (decimal): -5935202 or 10383269. OLE color: 10383269.

HSL color Cylindrical-coordinate representation of color #A56F9E: hue angle of 307.78º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A56F9E is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 111 158 -
CMYK 0 0.33 0.04 0.35
HSL 307.78º 0.23% 0.54% -
HSV(B) 307.78º 0.33% 0.65% -
XYZ 27.37 21.84 35.12 -
YUV 132.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 165 111 158 0 0.33 0.04 0.35 307.78 0.23 0.54
Hex A5 6F 9E 0 21 4 23 134 17 36
Octal 245 157 236 0 41 4 43 464 27 66
Binary 10100101 1101111 10011110 0 100001 100 100011 100110100 10111 110110

Color Harmonies of #A56F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F9E

Black with #A56F9E

Text Example


Text Example

White with #A56F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F9E; }

 p { color: rgb(165,111,158); }

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

background-color css

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

 a { background-color: rgb(165,111,158); }

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

border-color css

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

 span { border-color: rgb(165,111,158); }

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