Html Css Color HEX #A56398 Violet Blue

📋 copy color: '#A56398'

red 165 ◦ green 99 ◦ blue 152

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

Shades of Violet Blue #A56398

Tints of Violet Blue #A56398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.8%

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 39.66%
G = 23.8%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A56398 (or 0xA56398) is known color: Violet Blue. HEX triplet: A5, 63 and 98. RGB value is (165,99,152). Sum of RGB (Red+Green+Blue) = 165+99+152=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A56398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56398 is #5A9C67. Grayscale: #7C7C7C. Windows color (decimal): -5938280 or 9986981. OLE color: 9986981.

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

Color convert

RGB 165 99 152 -
CMYK 0 0.40 0.08 0.35
HSL 311.82º 0.27% 0.52% -
HSV(B) 311.82º 0.4% 0.65% -
XYZ 25.65 19.19 32.06 -
YUV 124.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 165 99 152 0 0.40 0.08 0.35 311.82 0.27 0.52
Hex A5 63 98 0 28 8 23 138 1B 34
Octal 245 143 230 0 50 10 43 470 33 64
Binary 10100101 1100011 10011000 0 101000 1000 100011 100111000 11011 110100

Color Harmonies of #A56398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56398

Black with #A56398

Text Example


Text Example

White with #A56398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56398; }

 p { color: rgb(165,99,152); }

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

background-color css

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

 a { background-color: rgb(165,99,152); }

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

border-color css

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

 span { border-color: rgb(165,99,152); }

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