Html Css Color HEX #AD67DB Amethyst

📋 copy color: '#AD67DB'

red 173 ◦ green 103 ◦ blue 219

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

Shades of Amethyst #AD67DB

Tints of Amethyst #AD67DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.81%

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 34.95%
G = 20.81%
B = 44.24%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD67DB (or 0xAD67DB) is known color: Amethyst. HEX triplet: AD, 67 and DB. RGB value is (173,103,219). Sum of RGB (Red+Green+Blue) = 173+103+219=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD67DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67DB is #529824. Grayscale: #888888. Windows color (decimal): -5412901 or 14378925. OLE color: 14378925.

HSL color Cylindrical-coordinate representation of color #AD67DB: hue angle of 276.21º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD67DB is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 103 219 -
CMYK 0.21 0.53 0 0.14
HSL 276.21º 0.62% 0.63% -
HSV(B) 276.21º 0.53% 0.86% -
XYZ 34.87 23.7 69.75 -
YUV 137.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 173 103 219 0.21 0.53 0 0.14 276.21 0.62 0.63
Hex AD 67 DB 15 35 0 E 114 3E 3F
Octal 255 147 333 25 65 0 16 424 76 77
Binary 10101101 1100111 11011011 10101 110101 0 1110 100010100 111110 111111

Color Harmonies of #AD67DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD67DB

Black with #AD67DB

Text Example


Text Example

White with #AD67DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD67DB; }

 p { color: rgb(173,103,219); }

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

background-color css

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

 a { background-color: rgb(173,103,219); }

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

border-color css

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

 span { border-color: rgb(173,103,219); }

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