Html Css Color HEX #A775D9 Amethyst

📋 copy color: '#A775D9'

red 167 ◦ green 117 ◦ blue 217

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

Shades of Amethyst #A775D9

Tints of Amethyst #A775D9

RGB

 RED value IS 167 (65.63% from 255) = 33.33%

 GREEN value IS 117 (46.09% from 255) = 23.35%

 BLUE value IS 217 (85.16% from 255) = 43.31%

R = 33.33%
G = 23.35%
B = 43.31%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A775D9 (or 0xA775D9) is known color: Amethyst. HEX triplet: A7, 75 and D9. RGB value is (167,117,217). Sum of RGB (Red+Green+Blue) = 167+117+217=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #A775D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775D9 is #588A26. Grayscale: #8F8F8F. Windows color (decimal): -5802535 or 14251431. OLE color: 14251431.

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

Color convert

RGB 167 117 217 -
CMYK 0.23 0.46 0 0.15
HSL 270º 0.57% 0.65% -
HSV(B) 270º 0.46% 0.85% -
XYZ 34.82 25.95 68.82 -
YUV 143.35 169.57 144.87 -
System Red Green Blue C M Y K H S L
Decimal 167 117 217 0.23 0.46 0 0.15 270 0.57 0.65
Hex A7 75 D9 17 2E 0 F 10E 39 41
Octal 247 165 331 27 56 0 17 416 71 101
Binary 10100111 1110101 11011001 10111 101110 0 1111 100001110 111001 1000001

Color Harmonies of #A775D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A775D9

Black with #A775D9

Text Example


Text Example

White with #A775D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A775D9; }

 p { color: rgb(167,117,217); }

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

background-color css

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

 a { background-color: rgb(167,117,217); }

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

border-color css

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

 span { border-color: rgb(167,117,217); }

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