Html Css Color HEX #A37AA6 Violet Blue

📋 copy color: '#A37AA6'

red 163 ◦ green 122 ◦ blue 166

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

Shades of Violet Blue #A37AA6

Tints of Violet Blue #A37AA6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.05%

 BLUE value IS 166 (65.23% from 255) = 36.81%

R = 36.14%
G = 27.05%
B = 36.81%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A37AA6 (or 0xA37AA6) is known color: Violet Blue. HEX triplet: A3, 7A and A6. RGB value is (163,122,166). Sum of RGB (Red+Green+Blue) = 163+122+166=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 166 - color contains mainly: blue. Hex color #A37AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37AA6 is #5C8559. Grayscale: #8B8B8B. Windows color (decimal): -6063450 or 10910371. OLE color: 10910371.

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

Color convert

RGB 163 122 166 -
CMYK 0.02 0.27 0 0.35
HSL 295.91º 0.2% 0.56% -
HSV(B) 295.91º 0.27% 0.65% -
XYZ 28.95 24.46 39.27 -
YUV 139.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 163 122 166 0.02 0.27 0 0.35 295.91 0.2 0.56
Hex A3 7A A6 2 1B 0 23 128 14 38
Octal 243 172 246 2 33 0 43 450 24 70
Binary 10100011 1111010 10100110 10 11011 0 100011 100101000 10100 111000

Color Harmonies of #A37AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37AA6

Black with #A37AA6

Text Example


Text Example

White with #A37AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37AA6; }

 p { color: rgb(163,122,166); }

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

background-color css

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

 a { background-color: rgb(163,122,166); }

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

border-color css

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

 span { border-color: rgb(163,122,166); }

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