Html Css Color HEX #AD6BDA Amethyst

📋 copy color: '#AD6BDA'

red 173 ◦ green 107 ◦ blue 218

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

Shades of Amethyst #AD6BDA

Tints of Amethyst #AD6BDA

RGB

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

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

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

R = 34.74%
G = 21.49%
B = 43.78%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD6BDA (or 0xAD6BDA) is known color: Amethyst. HEX triplet: AD, 6B and DA. RGB value is (173,107,218). Sum of RGB (Red+Green+Blue) = 173+107+218=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD6BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BDA is #529425. Grayscale: #8B8B8B. Windows color (decimal): -5411878 or 14314413. OLE color: 14314413.

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

Color convert

RGB 173 107 218 -
CMYK 0.21 0.51 0 0.15
HSL 275.68º 0.6% 0.64% -
HSV(B) 275.68º 0.51% 0.85% -
XYZ 35.15 24.46 69.2 -
YUV 139.39 172.37 151.97 -
System Red Green Blue C M Y K H S L
Decimal 173 107 218 0.21 0.51 0 0.15 275.68 0.6 0.64
Hex AD 6B DA 15 33 0 F 114 3C 40
Octal 255 153 332 25 63 0 17 424 74 100
Binary 10101101 1101011 11011010 10101 110011 0 1111 100010100 111100 1000000

Color Harmonies of #AD6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BDA

Black with #AD6BDA

Text Example


Text Example

White with #AD6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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