Html Css Color HEX #A75ADB Amethyst

📋 copy color: '#A75ADB'

red 167 ◦ green 90 ◦ blue 219

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

Shades of Amethyst #A75ADB

Tints of Amethyst #A75ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 35.08%
G = 18.91%
B = 46.01%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A75ADB (or 0xA75ADB) is known color: Amethyst. HEX triplet: A7, 5A and DB. RGB value is (167,90,219). Sum of RGB (Red+Green+Blue) = 167+90+219=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #A75ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ADB is #58A524. Grayscale: #7F7F7F. Windows color (decimal): -5809445 or 14375591. OLE color: 14375591.

HSL color Cylindrical-coordinate representation of color #A75ADB: hue angle of 275.81º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75ADB is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 90 219 -
CMYK 0.24 0.59 0 0.14
HSL 275.81º 0.64% 0.61% -
HSV(B) 275.81º 0.59% 0.86% -
XYZ 32.38 20.64 69.3 -
YUV 127.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 167 90 219 0.24 0.59 0 0.14 275.81 0.64 0.61
Hex A7 5A DB 18 3B 0 E 114 40 3D
Octal 247 132 333 30 73 0 16 424 100 75
Binary 10100111 1011010 11011011 11000 111011 0 1110 100010100 1000000 111101

Color Harmonies of #A75ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75ADB

Black with #A75ADB

Text Example


Text Example

White with #A75ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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