Html Css Color HEX #A374AA Violet Blue

📋 copy color: '#A374AA'

red 163 ◦ green 116 ◦ blue 170

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

Shades of Violet Blue #A374AA

Tints of Violet Blue #A374AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.84%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 36.3%
G = 25.84%
B = 37.86%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A374AA (or 0xA374AA) is known color: Violet Blue. HEX triplet: A3, 74 and AA. RGB value is (163,116,170). Sum of RGB (Red+Green+Blue) = 163+116+170=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #A374AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A374AA is #5C8B55. Grayscale: #888888. Windows color (decimal): -6064982 or 11170979. OLE color: 11170979.

HSL color Cylindrical-coordinate representation of color #A374AA: hue angle of 292.22º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A374AA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 116 170 -
CMYK 0.04 0.32 0 0.33
HSL 292.22º 0.24% 0.56% -
HSV(B) 292.22º 0.32% 0.67% -
XYZ 28.61 23.18 41 -
YUV 136.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 163 116 170 0.04 0.32 0 0.33 292.22 0.24 0.56
Hex A3 74 AA 4 20 0 21 124 18 38
Octal 243 164 252 4 40 0 41 444 30 70
Binary 10100011 1110100 10101010 100 100000 0 100001 100100100 11000 111000

Color Harmonies of #A374AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A374AA

Black with #A374AA

Text Example


Text Example

White with #A374AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A374AA; }

 p { color: rgb(163,116,170); }

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

background-color css

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

 a { background-color: rgb(163,116,170); }

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

border-color css

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

 span { border-color: rgb(163,116,170); }

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