Html Css Color HEX #A365AA Violet Blue

📋 copy color: '#A365AA'

red 163 ◦ green 101 ◦ blue 170

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

Shades of Violet Blue #A365AA

Tints of Violet Blue #A365AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.17%

R = 37.56%
G = 23.27%
B = 39.17%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A365AA (or 0xA365AA) is known color: Violet Blue. HEX triplet: A3, 65 and AA. RGB value is (163,101,170). Sum of RGB (Red+Green+Blue) = 163+101+170=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #A365AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A365AA is #5C9A55. Grayscale: #7F7F7F. Windows color (decimal): -6068822 or 11167139. OLE color: 11167139.

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

Color convert

RGB 163 101 170 -
CMYK 0.04 0.41 0 0.33
HSL 293.91º 0.29% 0.53% -
HSV(B) 293.91º 0.41% 0.67% -
XYZ 27.01 20 40.47 -
YUV 127.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 163 101 170 0.04 0.41 0 0.33 293.91 0.29 0.53
Hex A3 65 AA 4 29 0 21 126 1D 35
Octal 243 145 252 4 51 0 41 446 35 65
Binary 10100011 1100101 10101010 100 101001 0 100001 100100110 11101 110101

Color Harmonies of #A365AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A365AA

Black with #A365AA

Text Example


Text Example

White with #A365AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A365AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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