Html Css Color HEX #AD6DCB Amethyst

📋 copy color: '#AD6DCB'

red 173 ◦ green 109 ◦ blue 203

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

Shades of Amethyst #AD6DCB

Tints of Amethyst #AD6DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.47%

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 35.67%
G = 22.47%
B = 41.86%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD6DCB (or 0xAD6DCB) is known color: Amethyst. HEX triplet: AD, 6D and CB. RGB value is (173,109,203). Sum of RGB (Red+Green+Blue) = 173+109+203=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD6DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DCB is #529234. Grayscale: #8A8A8A. Windows color (decimal): -5411381 or 13331885. OLE color: 13331885.

HSL color Cylindrical-coordinate representation of color #AD6DCB: hue angle of 280.85º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD6DCB is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 109 203 -
CMYK 0.15 0.46 0 0.20
HSL 280.85º 0.47% 0.61% -
HSV(B) 280.85º 0.46% 0.8% -
XYZ 33.48 24.13 59.39 -
YUV 138.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 173 109 203 0.15 0.46 0 0.20 280.85 0.47 0.61
Hex AD 6D CB F 2E 0 14 119 2F 3D
Octal 255 155 313 17 56 0 24 431 57 75
Binary 10101101 1101101 11001011 1111 101110 0 10100 100011001 101111 111101

Color Harmonies of #AD6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6DCB

Black with #AD6DCB

Text Example


Text Example

White with #AD6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6DCB; }

 p { color: rgb(173,109,203); }

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

background-color css

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

 a { background-color: rgb(173,109,203); }

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

border-color css

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

 span { border-color: rgb(173,109,203); }

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