Html Css Color HEX #A56FAE Violet Blue

📋 copy color: '#A56FAE'

red 165 ◦ green 111 ◦ blue 174

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

Shades of Violet Blue #A56FAE

Tints of Violet Blue #A56FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.67%

R = 36.67%
G = 24.67%
B = 38.67%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A56FAE (or 0xA56FAE) is known color: Violet Blue. HEX triplet: A5, 6F and AE. RGB value is (165,111,174). Sum of RGB (Red+Green+Blue) = 165+111+174=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #A56FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56FAE is #5A9051. Grayscale: #868686. Windows color (decimal): -5935186 or 11431845. OLE color: 11431845.

HSL color Cylindrical-coordinate representation of color #A56FAE: hue angle of 291.43º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A56FAE is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 111 174 -
CMYK 0.05 0.36 0 0.32
HSL 291.43º 0.28% 0.56% -
HSV(B) 291.43º 0.36% 0.68% -
XYZ 28.84 22.42 42.85 -
YUV 134.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 165 111 174 0.05 0.36 0 0.32 291.43 0.28 0.56
Hex A5 6F AE 5 24 0 20 123 1C 38
Octal 245 157 256 5 44 0 40 443 34 70
Binary 10100101 1101111 10101110 101 100100 0 100000 100100011 11100 111000

Color Harmonies of #A56FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FAE

Black with #A56FAE

Text Example


Text Example

White with #A56FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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