Html Css Color HEX #A56293 Violet Blue

📋 copy color: '#A56293'

red 165 ◦ green 98 ◦ blue 147

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

Shades of Violet Blue #A56293

Tints of Violet Blue #A56293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

 BLUE value IS 147 (57.81% from 255) = 35.85%

R = 40.24%
G = 23.9%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A56293 (or 0xA56293) is known color: Violet Blue. HEX triplet: A5, 62 and 93. RGB value is (165,98,147). Sum of RGB (Red+Green+Blue) = 165+98+147=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A56293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56293 is #5A9D6C. Grayscale: #7B7B7B. Windows color (decimal): -5938541 or 9659045. OLE color: 9659045.

HSL color Cylindrical-coordinate representation of color #A56293: hue angle of 316.12º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A56293 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 98 147 -
CMYK 0 0.41 0.11 0.35
HSL 316.12º 0.27% 0.52% -
HSV(B) 316.12º 0.41% 0.65% -
XYZ 25.15 18.84 29.91 -
YUV 123.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 165 98 147 0 0.41 0.11 0.35 316.12 0.27 0.52
Hex A5 62 93 0 29 B 23 13C 1B 34
Octal 245 142 223 0 51 13 43 474 33 64
Binary 10100101 1100010 10010011 0 101001 1011 100011 100111100 11011 110100

Color Harmonies of #A56293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56293

Black with #A56293

Text Example


Text Example

White with #A56293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56293; }

 p { color: rgb(165,98,147); }

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

background-color css

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

 a { background-color: rgb(165,98,147); }

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

border-color css

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

 span { border-color: rgb(165,98,147); }

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