Html Css Color HEX #A377A0 Violet Blue

📋 copy color: '#A377A0'

red 163 ◦ green 119 ◦ blue 160

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

Shades of Violet Blue #A377A0

Tints of Violet Blue #A377A0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.92%

 BLUE value IS 160 (62.89% from 255) = 36.2%

R = 36.88%
G = 26.92%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A377A0 (or 0xA377A0) is known color: Violet Blue. HEX triplet: A3, 77 and A0. RGB value is (163,119,160). Sum of RGB (Red+Green+Blue) = 163+119+160=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 163 - color contains mainly: red. Hex color #A377A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A377A0 is #5C885F. Grayscale: #888888. Windows color (decimal): -6064224 or 10516387. OLE color: 10516387.

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

Color convert

RGB 163 119 160 -
CMYK 0 0.27 0.02 0.36
HSL 304.09º 0.19% 0.55% -
HSV(B) 304.09º 0.27% 0.64% -
XYZ 28.05 23.52 36.32 -
YUV 136.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 163 119 160 0 0.27 0.02 0.36 304.09 0.19 0.55
Hex A3 77 A0 0 1B 2 24 130 13 37
Octal 243 167 240 0 33 2 44 460 23 67
Binary 10100011 1110111 10100000 0 11011 10 100100 100110000 10011 110111

Color Harmonies of #A377A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A377A0

Black with #A377A0

Text Example


Text Example

White with #A377A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A377A0; }

 p { color: rgb(163,119,160); }

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

background-color css

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

 a { background-color: rgb(163,119,160); }

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

border-color css

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

 span { border-color: rgb(163,119,160); }

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