Html Css Color HEX #A95FDE Amethyst

📋 copy color: '#A95FDE'

red 169 ◦ green 95 ◦ blue 222

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

Shades of Amethyst #A95FDE

Tints of Amethyst #A95FDE

RGB

 RED value IS 169 (66.41% from 255) = 34.77%

 GREEN value IS 95 (37.5% from 255) = 19.55%

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 34.77%
G = 19.55%
B = 45.68%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A95FDE (or 0xA95FDE) is known color: Amethyst. HEX triplet: A9, 5F and DE. RGB value is (169,95,222). Sum of RGB (Red+Green+Blue) = 169+95+222=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #A95FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95FDE is #56A021. Grayscale: #838383. Windows color (decimal): -5677090 or 14573481. OLE color: 14573481.

HSL color Cylindrical-coordinate representation of color #A95FDE: hue angle of 274.96º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A95FDE is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 95 222 -
CMYK 0.24 0.57 0 0.13
HSL 274.96º 0.66% 0.62% -
HSV(B) 274.96º 0.57% 0.87% -
XYZ 33.64 21.89 71.56 -
YUV 131.6 179.02 154.67 -
System Red Green Blue C M Y K H S L
Decimal 169 95 222 0.24 0.57 0 0.13 274.96 0.66 0.62
Hex A9 5F DE 18 39 0 D 113 42 3E
Octal 251 137 336 30 71 0 15 423 102 76
Binary 10101001 1011111 11011110 11000 111001 0 1101 100010011 1000010 111110

Color Harmonies of #A95FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95FDE

Black with #A95FDE

Text Example


Text Example

White with #A95FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95FDE; }

 p { color: rgb(169,95,222); }

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

background-color css

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

 a { background-color: rgb(169,95,222); }

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

border-color css

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

 span { border-color: rgb(169,95,222); }

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