Html Css Color HEX #A07BA4 Amethyst Smoke

📋 copy color: '#A07BA4'

red 160 ◦ green 123 ◦ blue 164

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

Shades of Amethyst Smoke #A07BA4

Tints of Amethyst Smoke #A07BA4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.52%

 BLUE value IS 164 (64.45% from 255) = 36.69%

R = 35.79%
G = 27.52%
B = 36.69%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A07BA4 (or 0xA07BA4) is known color: Amethyst Smoke. HEX triplet: A0, 7B and A4. RGB value is (160,123,164). Sum of RGB (Red+Green+Blue) = 160+123+164=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 164 - color contains mainly: blue. Hex color #A07BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07BA4 is #5F845B. Grayscale: #8A8A8A. Windows color (decimal): -6259804 or 10779552. OLE color: 10779552.

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

Color convert

RGB 160 123 164 -
CMYK 0.02 0.25 0 0.36
HSL 294.15º 0.18% 0.56% -
HSV(B) 294.15º 0.25% 0.64% -
XYZ 28.28 24.32 38.33 -
YUV 138.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 160 123 164 0.02 0.25 0 0.36 294.15 0.18 0.56
Hex A0 7B A4 2 19 0 24 126 12 38
Octal 240 173 244 2 31 0 44 446 22 70
Binary 10100000 1111011 10100100 10 11001 0 100100 100100110 10010 111000

Color Harmonies of #A07BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BA4

Black with #A07BA4

Text Example


Text Example

White with #A07BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BA4; }

 p { color: rgb(160,123,164); }

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

background-color css

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

 a { background-color: rgb(160,123,164); }

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

border-color css

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

 span { border-color: rgb(160,123,164); }

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