Html Css Color HEX #A363AB Violet Blue

📋 copy color: '#A363AB'

red 163 ◦ green 99 ◦ blue 171

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

Shades of Violet Blue #A363AB

Tints of Violet Blue #A363AB

RGB

 RED value IS 163 (64.06% from 255) = 37.64%

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

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 37.64%
G = 22.86%
B = 39.49%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A363AB (or 0xA363AB) is known color: Violet Blue. HEX triplet: A3, 63 and AB. RGB value is (163,99,171). Sum of RGB (Red+Green+Blue) = 163+99+171=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #A363AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A363AB is #5C9C54. Grayscale: #7E7E7E. Windows color (decimal): -6069333 or 11232163. OLE color: 11232163.

HSL color Cylindrical-coordinate representation of color #A363AB: hue angle of 293.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A363AB is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 99 171 -
CMYK 0.05 0.42 0 0.33
HSL 293.33º 0.3% 0.53% -
HSV(B) 293.33º 0.42% 0.67% -
XYZ 26.92 19.65 40.9 -
YUV 126.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 163 99 171 0.05 0.42 0 0.33 293.33 0.3 0.53
Hex A3 63 AB 5 2A 0 21 125 1E 35
Octal 243 143 253 5 52 0 41 445 36 65
Binary 10100011 1100011 10101011 101 101010 0 100001 100100101 11110 110101

Color Harmonies of #A363AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363AB

Black with #A363AB

Text Example


Text Example

White with #A363AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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