Html Css Color HEX #A15CA7 Violet Blue

📋 copy color: '#A15CA7'

red 161 ◦ green 92 ◦ blue 167

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

Shades of Violet Blue #A15CA7

Tints of Violet Blue #A15CA7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.9%

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

R = 38.33%
G = 21.9%
B = 39.76%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A15CA7 (or 0xA15CA7) is known color: Violet Blue. HEX triplet: A1, 5C and A7. RGB value is (161,92,167). Sum of RGB (Red+Green+Blue) = 161+92+167=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 167 - color contains mainly: blue. Hex color #A15CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15CA7 is #5EA358. Grayscale: #787878. Windows color (decimal): -6202201 or 10968225. OLE color: 10968225.

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

Color convert

RGB 161 92 167 -
CMYK 0.04 0.45 0 0.35
HSL 295.2º 0.3% 0.51% -
HSV(B) 295.2º 0.45% 0.65% -
XYZ 25.5 18.02 38.69 -
YUV 121.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 161 92 167 0.04 0.45 0 0.35 295.2 0.3 0.51
Hex A1 5C A7 4 2D 0 23 127 1E 33
Octal 241 134 247 4 55 0 43 447 36 63
Binary 10100001 1011100 10100111 100 101101 0 100011 100100111 11110 110011

Color Harmonies of #A15CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15CA7

Black with #A15CA7

Text Example


Text Example

White with #A15CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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