Html Css Color HEX #A15FAE Violet Blue

📋 copy color: '#A15FAE'

red 161 ◦ green 95 ◦ blue 174

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

Shades of Violet Blue #A15FAE

Tints of Violet Blue #A15FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.09%

 BLUE value IS 174 (68.36% from 255) = 40.47%

R = 37.44%
G = 22.09%
B = 40.47%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A15FAE (or 0xA15FAE) is known color: Violet Blue. HEX triplet: A1, 5F and AE. RGB value is (161,95,174). Sum of RGB (Red+Green+Blue) = 161+95+174=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #A15FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15FAE is #5EA051. Grayscale: #7B7B7B. Windows color (decimal): -6201426 or 11427745. OLE color: 11427745.

HSL color Cylindrical-coordinate representation of color #A15FAE: hue angle of 290.13º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15FAE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 95 174 -
CMYK 0.07 0.45 0 0.32
HSL 290.13º 0.33% 0.53% -
HSV(B) 290.13º 0.45% 0.68% -
XYZ 26.43 18.82 42.28 -
YUV 123.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 161 95 174 0.07 0.45 0 0.32 290.13 0.33 0.53
Hex A1 5F AE 7 2D 0 20 122 21 35
Octal 241 137 256 7 55 0 40 442 41 65
Binary 10100001 1011111 10101110 111 101101 0 100000 100100010 100001 110101

Color Harmonies of #A15FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FAE

Black with #A15FAE

Text Example


Text Example

White with #A15FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FAE; }

 p { color: rgb(161,95,174); }

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

background-color css

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

 a { background-color: rgb(161,95,174); }

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

border-color css

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

 span { border-color: rgb(161,95,174); }

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