Html Css Color HEX #A37AA5 Violet Blue

📋 copy color: '#A37AA5'

red 163 ◦ green 122 ◦ blue 165

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

Shades of Violet Blue #A37AA5

Tints of Violet Blue #A37AA5

RGB

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

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

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

R = 36.22%
G = 27.11%
B = 36.67%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A37AA5 (or 0xA37AA5) is known color: Violet Blue. HEX triplet: A3, 7A and A5. RGB value is (163,122,165). Sum of RGB (Red+Green+Blue) = 163+122+165=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 165 - color contains mainly: blue. Hex color #A37AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37AA5 is #5C855A. Grayscale: #8B8B8B. Windows color (decimal): -6063451 or 10844835. OLE color: 10844835.

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

Color convert

RGB 163 122 165 -
CMYK 0.01 0.26 0 0.35
HSL 297.21º 0.19% 0.56% -
HSV(B) 297.21º 0.26% 0.65% -
XYZ 28.86 24.42 38.79 -
YUV 139.16 142.58 145 -
System Red Green Blue C M Y K H S L
Decimal 163 122 165 0.01 0.26 0 0.35 297.21 0.19 0.56
Hex A3 7A A5 1 1A 0 23 129 13 38
Octal 243 172 245 1 32 0 43 451 23 70
Binary 10100011 1111010 10100101 1 11010 0 100011 100101001 10011 111000

Color Harmonies of #A37AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37AA5

Black with #A37AA5

Text Example


Text Example

White with #A37AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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