Html Css Color HEX #AD7BDA Amethyst

📋 copy color: '#AD7BDA'

red 173 ◦ green 123 ◦ blue 218

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

Shades of Amethyst #AD7BDA

Tints of Amethyst #AD7BDA

RGB

 RED value IS 173 (67.97% from 255) = 33.66%

 GREEN value IS 123 (48.44% from 255) = 23.93%

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 33.66%
G = 23.93%
B = 42.41%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD7BDA (or 0xAD7BDA) is known color: Amethyst. HEX triplet: AD, 7B and DA. RGB value is (173,123,218). Sum of RGB (Red+Green+Blue) = 173+123+218=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7BDA is #528425. Grayscale: #949494. Windows color (decimal): -5407782 or 14318509. OLE color: 14318509.

HSL color Cylindrical-coordinate representation of color #AD7BDA: hue angle of 271.58º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD7BDA is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 123 218 -
CMYK 0.21 0.44 0 0.15
HSL 271.58º 0.56% 0.67% -
HSV(B) 271.58º 0.44% 0.85% -
XYZ 36.97 28.11 69.81 -
YUV 148.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 173 123 218 0.21 0.44 0 0.15 271.58 0.56 0.67
Hex AD 7B DA 15 2C 0 F 110 38 43
Octal 255 173 332 25 54 0 17 420 70 103
Binary 10101101 1111011 11011010 10101 101100 0 1111 100010000 111000 1000011

Color Harmonies of #AD7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7BDA

Black with #AD7BDA

Text Example


Text Example

White with #AD7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7BDA; }

 p { color: rgb(173,123,218); }

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

background-color css

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

 a { background-color: rgb(173,123,218); }

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

border-color css

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

 span { border-color: rgb(173,123,218); }

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