Html Css Color HEX #A363AC Violet Blue

📋 copy color: '#A363AC'

red 163 ◦ green 99 ◦ blue 172

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

Shades of Violet Blue #A363AC

Tints of Violet Blue #A363AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.63%

R = 37.56%
G = 22.81%
B = 39.63%

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

#A363AC (or 0xA363AC) is known color: Violet Blue. HEX triplet: A3, 63 and AC. RGB value is (163,99,172). Sum of RGB (Red+Green+Blue) = 163+99+172=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #A363AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A363AC is #5C9C53. Grayscale: #7E7E7E. Windows color (decimal): -6069332 or 11297699. OLE color: 11297699.

HSL color Cylindrical-coordinate representation of color #A363AC: hue angle of 292.6º degrees, saturation: 0.31, 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 #A363AC is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 99 172 -
CMYK 0.05 0.42 0 0.33
HSL 292.6º 0.31% 0.53% -
HSV(B) 292.6º 0.42% 0.67% -
XYZ 27.01 19.69 41.41 -
YUV 126.46 153.7 154.06 -
System Red Green Blue C M Y K H S L
Decimal 163 99 172 0.05 0.42 0 0.33 292.6 0.31 0.53
Hex A3 63 AC 5 2A 0 21 125 1F 35
Octal 243 143 254 5 52 0 41 445 37 65
Binary 10100011 1100011 10101100 101 101010 0 100001 100100101 11111 110101

Color Harmonies of #A363AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363AC

Black with #A363AC

Text Example


Text Example

White with #A363AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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