Html Css Color HEX #A372AA Violet Blue

📋 copy color: '#A372AA'

red 163 ◦ green 114 ◦ blue 170

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

Shades of Violet Blue #A372AA

Tints of Violet Blue #A372AA

RGB

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

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

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

R = 36.47%
G = 25.5%
B = 38.03%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A372AA (or 0xA372AA) is known color: Violet Blue. HEX triplet: A3, 72 and AA. RGB value is (163,114,170). Sum of RGB (Red+Green+Blue) = 163+114+170=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #A372AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A372AA is #5C8D55. Grayscale: #868686. Windows color (decimal): -6065494 or 11170467. OLE color: 11170467.

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

Color convert

RGB 163 114 170 -
CMYK 0.04 0.33 0 0.33
HSL 292.5º 0.25% 0.56% -
HSV(B) 292.5º 0.33% 0.67% -
XYZ 28.38 22.72 40.92 -
YUV 135.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 163 114 170 0.04 0.33 0 0.33 292.5 0.25 0.56
Hex A3 72 AA 4 21 0 21 124 19 38
Octal 243 162 252 4 41 0 41 444 31 70
Binary 10100011 1110010 10101010 100 100001 0 100001 100100100 11001 111000

Color Harmonies of #A372AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372AA

Black with #A372AA

Text Example


Text Example

White with #A372AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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