Html Css Color HEX #A56EAF Violet Blue

📋 copy color: '#A56EAF'

red 165 ◦ green 110 ◦ blue 175

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

Shades of Violet Blue #A56EAF

Tints of Violet Blue #A56EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.44%

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 36.67%
G = 24.44%
B = 38.89%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A56EAF (or 0xA56EAF) is known color: Violet Blue. HEX triplet: A5, 6E and AF. RGB value is (165,110,175). Sum of RGB (Red+Green+Blue) = 165+110+175=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #A56EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56EAF is #5A9150. Grayscale: #858585. Windows color (decimal): -5935441 or 11497125. OLE color: 11497125.

HSL color Cylindrical-coordinate representation of color #A56EAF: hue angle of 290.77º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A56EAF is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 110 175 -
CMYK 0.06 0.37 0 0.31
HSL 290.77º 0.29% 0.56% -
HSV(B) 290.77º 0.37% 0.69% -
XYZ 28.83 22.25 43.33 -
YUV 133.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 165 110 175 0.06 0.37 0 0.31 290.77 0.29 0.56
Hex A5 6E AF 6 25 0 1F 123 1D 38
Octal 245 156 257 6 45 0 37 443 35 70
Binary 10100101 1101110 10101111 110 100101 0 11111 100100011 11101 111000

Color Harmonies of #A56EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56EAF

Black with #A56EAF

Text Example


Text Example

White with #A56EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56EAF; }

 p { color: rgb(165,110,175); }

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

background-color css

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

 a { background-color: rgb(165,110,175); }

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

border-color css

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

 span { border-color: rgb(165,110,175); }

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