Html Css Color HEX #AD6BCF Amethyst

📋 copy color: '#AD6BCF'

red 173 ◦ green 107 ◦ blue 207

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

Shades of Amethyst #AD6BCF

Tints of Amethyst #AD6BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.97%

 BLUE value IS 207 (81.25% from 255) = 42.51%

R = 35.52%
G = 21.97%
B = 42.51%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD6BCF (or 0xAD6BCF) is known color: Amethyst. HEX triplet: AD, 6B and CF. RGB value is (173,107,207). Sum of RGB (Red+Green+Blue) = 173+107+207=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD6BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BCF is #529430. Grayscale: #898989. Windows color (decimal): -5411889 or 13593517. OLE color: 13593517.

HSL color Cylindrical-coordinate representation of color #AD6BCF: hue angle of 279.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD6BCF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 107 207 -
CMYK 0.16 0.48 0 0.19
HSL 279.6º 0.51% 0.62% -
HSV(B) 279.6º 0.48% 0.81% -
XYZ 33.75 23.9 61.87 -
YUV 138.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 173 107 207 0.16 0.48 0 0.19 279.6 0.51 0.62
Hex AD 6B CF 10 30 0 13 118 33 3E
Octal 255 153 317 20 60 0 23 430 63 76
Binary 10101101 1101011 11001111 10000 110000 0 10011 100011000 110011 111110

Color Harmonies of #AD6BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BCF

Black with #AD6BCF

Text Example


Text Example

White with #AD6BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BCF; }

 p { color: rgb(173,107,207); }

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

background-color css

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

 a { background-color: rgb(173,107,207); }

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

border-color css

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

 span { border-color: rgb(173,107,207); }

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