Html Css Color HEX #A563A3 Violet Blue

📋 copy color: '#A563A3'

red 165 ◦ green 99 ◦ blue 163

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

Shades of Violet Blue #A563A3

Tints of Violet Blue #A563A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.17%

R = 38.64%
G = 23.19%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A563A3 (or 0xA563A3) is known color: Violet Blue. HEX triplet: A5, 63 and A3. RGB value is (165,99,163). Sum of RGB (Red+Green+Blue) = 165+99+163=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A563A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A563A3 is #5A9C5C. Grayscale: #7D7D7D. Windows color (decimal): -5938269 or 10707877. OLE color: 10707877.

HSL color Cylindrical-coordinate representation of color #A563A3: hue angle of 301.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 #A563A3 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 99 163 -
CMYK 0 0.40 0.01 0.35
HSL 301.82º 0.27% 0.52% -
HSV(B) 301.82º 0.4% 0.65% -
XYZ 26.59 19.57 37.03 -
YUV 126.03 148.87 155.8 -
System Red Green Blue C M Y K H S L
Decimal 165 99 163 0 0.40 0.01 0.35 301.82 0.27 0.52
Hex A5 63 A3 0 28 1 23 12E 1B 34
Octal 245 143 243 0 50 1 43 456 33 64
Binary 10100101 1100011 10100011 0 101000 1 100011 100101110 11011 110100

Color Harmonies of #A563A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A563A3

Black with #A563A3

Text Example


Text Example

White with #A563A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A563A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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