Html Css Color HEX #A07CA5 Amethyst Smoke

📋 copy color: '#A07CA5'

red 160 ◦ green 124 ◦ blue 165

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

Shades of Amethyst Smoke #A07CA5

Tints of Amethyst Smoke #A07CA5

RGB

 RED value IS 160 (62.89% from 255) = 35.63%

 GREEN value IS 124 (48.83% from 255) = 27.62%

 BLUE value IS 165 (64.84% from 255) = 36.75%

R = 35.63%
G = 27.62%
B = 36.75%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A07CA5 (or 0xA07CA5) is known color: Amethyst Smoke. HEX triplet: A0, 7C and A5. RGB value is (160,124,165). Sum of RGB (Red+Green+Blue) = 160+124+165=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 165 - color contains mainly: blue. Hex color #A07CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07CA5 is #5F835A. Grayscale: #8B8B8B. Windows color (decimal): -6259547 or 10845344. OLE color: 10845344.

HSL color Cylindrical-coordinate representation of color #A07CA5: hue angle of 292.68º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A07CA5 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 124 165 -
CMYK 0.03 0.25 0 0.35
HSL 292.68º 0.19% 0.57% -
HSV(B) 292.68º 0.25% 0.65% -
XYZ 28.5 24.61 38.84 -
YUV 139.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 160 124 165 0.03 0.25 0 0.35 292.68 0.19 0.57
Hex A0 7C A5 3 19 0 23 125 13 39
Octal 240 174 245 3 31 0 43 445 23 71
Binary 10100000 1111100 10100101 11 11001 0 100011 100100101 10011 111001

Color Harmonies of #A07CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CA5

Black with #A07CA5

Text Example


Text Example

White with #A07CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CA5; }

 p { color: rgb(160,124,165); }

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

background-color css

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

 a { background-color: rgb(160,124,165); }

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

border-color css

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

 span { border-color: rgb(160,124,165); }

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