Html Css Color HEX #A27FA5 Amethyst Smoke

📋 copy color: '#A27FA5'

red 162 ◦ green 127 ◦ blue 165

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

Shades of Amethyst Smoke #A27FA5

Tints of Amethyst Smoke #A27FA5

RGB

 RED value IS 162 (63.67% from 255) = 35.68%

 GREEN value IS 127 (50% from 255) = 27.97%

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

R = 35.68%
G = 27.97%
B = 36.34%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A27FA5 (or 0xA27FA5) is known color: Amethyst Smoke. HEX triplet: A2, 7F and A5. RGB value is (162,127,165). Sum of RGB (Red+Green+Blue) = 162+127+165=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 165 - color contains mainly: blue. Hex color #A27FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27FA5 is #5D805A. Grayscale: #8D8D8D. Windows color (decimal): -6127707 or 10846114. OLE color: 10846114.

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

Color convert

RGB 162 127 165 -
CMYK 0.02 0.23 0 0.35
HSL 295.26º 0.17% 0.57% -
HSV(B) 295.26º 0.23% 0.65% -
XYZ 29.28 25.58 38.99 -
YUV 141.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 162 127 165 0.02 0.23 0 0.35 295.26 0.17 0.57
Hex A2 7F A5 2 17 0 23 127 11 39
Octal 242 177 245 2 27 0 43 447 21 71
Binary 10100010 1111111 10100101 10 10111 0 100011 100100111 10001 111001

Color Harmonies of #A27FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FA5

Black with #A27FA5

Text Example


Text Example

White with #A27FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FA5; }

 p { color: rgb(162,127,165); }

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

background-color css

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

 a { background-color: rgb(162,127,165); }

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

border-color css

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

 span { border-color: rgb(162,127,165); }

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