Html Css Color HEX #A75DD2 Amethyst

📋 copy color: '#A75DD2'

red 167 ◦ green 93 ◦ blue 210

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

Shades of Amethyst #A75DD2

Tints of Amethyst #A75DD2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.79%

 BLUE value IS 210 (82.42% from 255) = 44.68%

R = 35.53%
G = 19.79%
B = 44.68%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A75DD2 (or 0xA75DD2) is known color: Amethyst. HEX triplet: A7, 5D and D2. RGB value is (167,93,210). Sum of RGB (Red+Green+Blue) = 167+93+210=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #A75DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75DD2 is #58A22D. Grayscale: #808080. Windows color (decimal): -5808686 or 13786535. OLE color: 13786535.

HSL color Cylindrical-coordinate representation of color #A75DD2: hue angle of 277.95º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A75DD2 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 93 210 -
CMYK 0.20 0.56 0 0.18
HSL 277.95º 0.57% 0.59% -
HSV(B) 277.95º 0.56% 0.82% -
XYZ 31.48 20.7 63.31 -
YUV 128.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 167 93 210 0.20 0.56 0 0.18 277.95 0.57 0.59
Hex A7 5D D2 14 38 0 12 116 39 3B
Octal 247 135 322 24 70 0 22 426 71 73
Binary 10100111 1011101 11010010 10100 111000 0 10010 100010110 111001 111011

Color Harmonies of #A75DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75DD2

Black with #A75DD2

Text Example


Text Example

White with #A75DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75DD2; }

 p { color: rgb(167,93,210); }

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

background-color css

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

 a { background-color: rgb(167,93,210); }

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

border-color css

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

 span { border-color: rgb(167,93,210); }

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