Html Css Color HEX #A365AD Violet Blue

📋 copy color: '#A365AD'

red 163 ◦ green 101 ◦ blue 173

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

Shades of Violet Blue #A365AD

Tints of Violet Blue #A365AD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.11%

 BLUE value IS 173 (67.97% from 255) = 39.59%

R = 37.3%
G = 23.11%
B = 39.59%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A365AD (or 0xA365AD) is known color: Violet Blue. HEX triplet: A3, 65 and AD. RGB value is (163,101,173). Sum of RGB (Red+Green+Blue) = 163+101+173=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #A365AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A365AD is #5C9A52. Grayscale: #7F7F7F. Windows color (decimal): -6068819 or 11363747. OLE color: 11363747.

HSL color Cylindrical-coordinate representation of color #A365AD: hue angle of 291.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A365AD is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 101 173 -
CMYK 0.06 0.42 0 0.32
HSL 291.67º 0.31% 0.54% -
HSV(B) 291.67º 0.42% 0.68% -
XYZ 27.3 20.11 41.98 -
YUV 127.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 163 101 173 0.06 0.42 0 0.32 291.67 0.31 0.54
Hex A3 65 AD 6 2A 0 20 124 1F 36
Octal 243 145 255 6 52 0 40 444 37 66
Binary 10100011 1100101 10101101 110 101010 0 100000 100100100 11111 110110

Color Harmonies of #A365AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A365AD

Black with #A365AD

Text Example


Text Example

White with #A365AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A365AD; }

 p { color: rgb(163,101,173); }

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

background-color css

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

 a { background-color: rgb(163,101,173); }

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

border-color css

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

 span { border-color: rgb(163,101,173); }

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