Html Css Color HEX #A363A0 Violet Blue

📋 copy color: '#A363A0'

red 163 ◦ green 99 ◦ blue 160

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

Shades of Violet Blue #A363A0

Tints of Violet Blue #A363A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.91%

R = 38.63%
G = 23.46%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A363A0 (or 0xA363A0) is known color: Violet Blue. HEX triplet: A3, 63 and A0. RGB value is (163,99,160). Sum of RGB (Red+Green+Blue) = 163+99+160=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A363A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A363A0 is #5C9C5F. Grayscale: #7C7C7C. Windows color (decimal): -6069344 or 10511267. OLE color: 10511267.

HSL color Cylindrical-coordinate representation of color #A363A0: hue angle of 302.81º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A363A0 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 99 160 -
CMYK 0 0.39 0.02 0.36
HSL 302.81º 0.26% 0.51% -
HSV(B) 302.81º 0.39% 0.64% -
XYZ 25.91 19.25 35.61 -
YUV 125.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 163 99 160 0 0.39 0.02 0.36 302.81 0.26 0.51
Hex A3 63 A0 0 27 2 24 12F 1A 33
Octal 243 143 240 0 47 2 44 457 32 63
Binary 10100011 1100011 10100000 0 100111 10 100100 100101111 11010 110011

Color Harmonies of #A363A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363A0

Black with #A363A0

Text Example


Text Example

White with #A363A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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