Html Css Color HEX #A15AA7 Violet Blue

📋 copy color: '#A15AA7'

red 161 ◦ green 90 ◦ blue 167

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

Shades of Violet Blue #A15AA7

Tints of Violet Blue #A15AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.95%

R = 38.52%
G = 21.53%
B = 39.95%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A15AA7 (or 0xA15AA7) is known color: Violet Blue. HEX triplet: A1, 5A and A7. RGB value is (161,90,167). Sum of RGB (Red+Green+Blue) = 161+90+167=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 167 - color contains mainly: blue. Hex color #A15AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15AA7 is #5EA558. Grayscale: #777777. Windows color (decimal): -6202713 or 10967713. OLE color: 10967713.

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

Color convert

RGB 161 90 167 -
CMYK 0.04 0.46 0 0.35
HSL 295.32º 0.3% 0.5% -
HSV(B) 295.32º 0.46% 0.65% -
XYZ 25.33 17.68 38.64 -
YUV 120.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 161 90 167 0.04 0.46 0 0.35 295.32 0.3 0.5
Hex A1 5A A7 4 2E 0 23 127 1E 32
Octal 241 132 247 4 56 0 43 447 36 62
Binary 10100001 1011010 10100111 100 101110 0 100011 100100111 11110 110010

Color Harmonies of #A15AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15AA7

Black with #A15AA7

Text Example


Text Example

White with #A15AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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