Html Css Color HEX #A373A2 Violet Blue

📋 copy color: '#A373A2'

red 163 ◦ green 115 ◦ blue 162

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

Shades of Violet Blue #A373A2

Tints of Violet Blue #A373A2

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.14%

 BLUE value IS 162 (63.67% from 255) = 36.82%

R = 37.05%
G = 26.14%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A373A2 (or 0xA373A2) is known color: Violet Blue. HEX triplet: A3, 73 and A2. RGB value is (163,115,162). Sum of RGB (Red+Green+Blue) = 163+115+162=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A373A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A373A2 is #5C8C5D. Grayscale: #868686. Windows color (decimal): -6065246 or 10646435. OLE color: 10646435.

HSL color Cylindrical-coordinate representation of color #A373A2: hue angle of 301.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A373A2 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 115 162 -
CMYK 0 0.29 0.01 0.36
HSL 301.25º 0.21% 0.55% -
HSV(B) 301.25º 0.29% 0.64% -
XYZ 27.76 22.66 37.09 -
YUV 134.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 163 115 162 0 0.29 0.01 0.36 301.25 0.21 0.55
Hex A3 73 A2 0 1D 1 24 12D 15 37
Octal 243 163 242 0 35 1 44 455 25 67
Binary 10100011 1110011 10100010 0 11101 1 100100 100101101 10101 110111

Color Harmonies of #A373A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A373A2

Black with #A373A2

Text Example


Text Example

White with #A373A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A373A2; }

 p { color: rgb(163,115,162); }

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

background-color css

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

 a { background-color: rgb(163,115,162); }

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

border-color css

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

 span { border-color: rgb(163,115,162); }

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