Html Css Color HEX #A15AA5 Violet Blue

📋 copy color: '#A15AA5'

red 161 ◦ green 90 ◦ blue 165

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

Shades of Violet Blue #A15AA5

Tints of Violet Blue #A15AA5

RGB

 RED value IS 161 (63.28% from 255) = 38.7%

 GREEN value IS 90 (35.55% from 255) = 21.63%

 BLUE value IS 165 (64.84% from 255) = 39.66%

R = 38.7%
G = 21.63%
B = 39.66%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A15AA5 (or 0xA15AA5) is known color: Violet Blue. HEX triplet: A1, 5A and A5. RGB value is (161,90,165). Sum of RGB (Red+Green+Blue) = 161+90+165=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 165 - color contains mainly: blue. Hex color #A15AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15AA5 is #5EA55A. Grayscale: #777777. Windows color (decimal): -6202715 or 10836641. OLE color: 10836641.

HSL color Cylindrical-coordinate representation of color #A15AA5: hue angle of 296.8º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15AA5 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 90 165 -
CMYK 0.02 0.45 0 0.35
HSL 296.8º 0.29% 0.5% -
HSV(B) 296.8º 0.45% 0.65% -
XYZ 25.15 17.61 37.67 -
YUV 119.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 161 90 165 0.02 0.45 0 0.35 296.8 0.29 0.5
Hex A1 5A A5 2 2D 0 23 129 1D 32
Octal 241 132 245 2 55 0 43 451 35 62
Binary 10100001 1011010 10100101 10 101101 0 100011 100101001 11101 110010

Color Harmonies of #A15AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15AA5

Black with #A15AA5

Text Example


Text Example

White with #A15AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15AA5; }

 p { color: rgb(161,90,165); }

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

background-color css

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

 a { background-color: rgb(161,90,165); }

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

border-color css

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

 span { border-color: rgb(161,90,165); }

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