Html Css Color HEX #A56B9E Violet Blue

📋 copy color: '#A56B9E'

red 165 ◦ green 107 ◦ blue 158

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

Shades of Violet Blue #A56B9E

Tints of Violet Blue #A56B9E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.88%

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

R = 38.37%
G = 24.88%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A56B9E (or 0xA56B9E) is known color: Violet Blue. HEX triplet: A5, 6B and 9E. RGB value is (165,107,158). Sum of RGB (Red+Green+Blue) = 165+107+158=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B9E is #5A9461. Grayscale: #828282. Windows color (decimal): -5936226 or 10382245. OLE color: 10382245.

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

Color convert

RGB 165 107 158 -
CMYK 0 0.35 0.04 0.35
HSL 307.24º 0.24% 0.53% -
HSV(B) 307.24º 0.35% 0.65% -
XYZ 26.95 20.98 34.98 -
YUV 130.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 165 107 158 0 0.35 0.04 0.35 307.24 0.24 0.53
Hex A5 6B 9E 0 23 4 23 133 18 35
Octal 245 153 236 0 43 4 43 463 30 65
Binary 10100101 1101011 10011110 0 100011 100 100011 100110011 11000 110101

Color Harmonies of #A56B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B9E

Black with #A56B9E

Text Example


Text Example

White with #A56B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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