Html Css Color HEX #AD6CCB Amethyst

📋 copy color: '#AD6CCB'

red 173 ◦ green 108 ◦ blue 203

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

Shades of Amethyst #AD6CCB

Tints of Amethyst #AD6CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.31%

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

R = 35.74%
G = 22.31%
B = 41.94%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD6CCB (or 0xAD6CCB) is known color: Amethyst. HEX triplet: AD, 6C and CB. RGB value is (173,108,203). Sum of RGB (Red+Green+Blue) = 173+108+203=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD6CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CCB is #529334. Grayscale: #898989. Windows color (decimal): -5411637 or 13331629. OLE color: 13331629.

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

Color convert

RGB 173 108 203 -
CMYK 0.15 0.47 0 0.20
HSL 281.05º 0.48% 0.61% -
HSV(B) 281.05º 0.47% 0.8% -
XYZ 33.38 23.92 59.36 -
YUV 138.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 173 108 203 0.15 0.47 0 0.20 281.05 0.48 0.61
Hex AD 6C CB F 2F 0 14 119 30 3D
Octal 255 154 313 17 57 0 24 431 60 75
Binary 10101101 1101100 11001011 1111 101111 0 10100 100011001 110000 111101

Color Harmonies of #AD6CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6CCB

Black with #AD6CCB

Text Example


Text Example

White with #AD6CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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