Html Css Color HEX #A75ADE Amethyst

📋 copy color: '#A75ADE'

red 167 ◦ green 90 ◦ blue 222

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

Shades of Amethyst #A75ADE

Tints of Amethyst #A75ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.79%

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

R = 34.86%
G = 18.79%
B = 46.35%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A75ADE (or 0xA75ADE) is known color: Amethyst. HEX triplet: A7, 5A and DE. RGB value is (167,90,222). Sum of RGB (Red+Green+Blue) = 167+90+222=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #A75ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ADE is #58A521. Grayscale: #7F7F7F. Windows color (decimal): -5809442 or 14572199. OLE color: 14572199.

HSL color Cylindrical-coordinate representation of color #A75ADE: hue angle of 275º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75ADE is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 90 222 -
CMYK 0.25 0.59 0 0.13
HSL 275º 0.67% 0.61% -
HSV(B) 275º 0.59% 0.87% -
XYZ 32.78 20.8 71.39 -
YUV 128.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 167 90 222 0.25 0.59 0 0.13 275 0.67 0.61
Hex A7 5A DE 19 3B 0 D 113 43 3D
Octal 247 132 336 31 73 0 15 423 103 75
Binary 10100111 1011010 11011110 11001 111011 0 1101 100010011 1000011 111101

Color Harmonies of #A75ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75ADE

Black with #A75ADE

Text Example


Text Example

White with #A75ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75ADE; }

 p { color: rgb(167,90,222); }

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

background-color css

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

 a { background-color: rgb(167,90,222); }

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

border-color css

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

 span { border-color: rgb(167,90,222); }

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