Html Css Color HEX #AA75DB Amethyst

📋 copy color: '#AA75DB'

red 170 ◦ green 117 ◦ blue 219

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

Shades of Amethyst #AA75DB

Tints of Amethyst #AA75DB

RGB

 RED value IS 170 (66.8% from 255) = 33.6%

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

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

R = 33.6%
G = 23.12%
B = 43.28%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA75DB (or 0xAA75DB) is known color: Amethyst. HEX triplet: AA, 75 and DB. RGB value is (170,117,219). Sum of RGB (Red+Green+Blue) = 170+117+219=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA75DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA75DB is #558A24. Grayscale: #909090. Windows color (decimal): -5605925 or 14382506. OLE color: 14382506.

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

Color convert

RGB 170 117 219 -
CMYK 0.22 0.47 0 0.14
HSL 271.18º 0.59% 0.66% -
HSV(B) 271.18º 0.47% 0.86% -
XYZ 35.73 26.38 70.23 -
YUV 144.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 170 117 219 0.22 0.47 0 0.14 271.18 0.59 0.66
Hex AA 75 DB 16 2F 0 E 10F 3B 42
Octal 252 165 333 26 57 0 16 417 73 102
Binary 10101010 1110101 11011011 10110 101111 0 1110 100001111 111011 1000010

Color Harmonies of #AA75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA75DB

Black with #AA75DB

Text Example


Text Example

White with #AA75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA75DB; }

 p { color: rgb(170,117,219); }

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

background-color css

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

 a { background-color: rgb(170,117,219); }

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

border-color css

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

 span { border-color: rgb(170,117,219); }

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