Html Css Color HEX #A372A9 Violet Blue

📋 copy color: '#A372A9'

red 163 ◦ green 114 ◦ blue 169

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

Shades of Violet Blue #A372A9

Tints of Violet Blue #A372A9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.56%

 BLUE value IS 169 (66.41% from 255) = 37.89%

R = 36.55%
G = 25.56%
B = 37.89%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A372A9 (or 0xA372A9) is known color: Violet Blue. HEX triplet: A3, 72 and A9. RGB value is (163,114,169). Sum of RGB (Red+Green+Blue) = 163+114+169=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 169 - color contains mainly: blue. Hex color #A372A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A372A9 is #5C8D56. Grayscale: #868686. Windows color (decimal): -6065495 or 11104931. OLE color: 11104931.

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

Color convert

RGB 163 114 169 -
CMYK 0.04 0.33 0 0.34
HSL 293.45º 0.24% 0.55% -
HSV(B) 293.45º 0.33% 0.66% -
XYZ 28.28 22.69 40.42 -
YUV 134.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 163 114 169 0.04 0.33 0 0.34 293.45 0.24 0.55
Hex A3 72 A9 4 21 0 22 125 18 37
Octal 243 162 251 4 41 0 42 445 30 67
Binary 10100011 1110010 10101001 100 100001 0 100010 100100101 11000 110111

Color Harmonies of #A372A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372A9

Black with #A372A9

Text Example


Text Example

White with #A372A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372A9; }

 p { color: rgb(163,114,169); }

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

background-color css

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

 a { background-color: rgb(163,114,169); }

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

border-color css

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

 span { border-color: rgb(163,114,169); }

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