Html Css Color HEX #AD67DF Amethyst

📋 copy color: '#AD67DF'

red 173 ◦ green 103 ◦ blue 223

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

Shades of Amethyst #AD67DF

Tints of Amethyst #AD67DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 34.67%
G = 20.64%
B = 44.69%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD67DF (or 0xAD67DF) is known color: Amethyst. HEX triplet: AD, 67 and DF. RGB value is (173,103,223). Sum of RGB (Red+Green+Blue) = 173+103+223=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD67DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67DF is #529820. Grayscale: #898989. Windows color (decimal): -5412897 or 14641069. OLE color: 14641069.

HSL color Cylindrical-coordinate representation of color #AD67DF: hue angle of 275º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD67DF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 103 223 -
CMYK 0.22 0.54 0 0.13
HSL 275º 0.65% 0.64% -
HSV(B) 275º 0.54% 0.87% -
XYZ 35.4 23.91 72.56 -
YUV 137.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 173 103 223 0.22 0.54 0 0.13 275 0.65 0.64
Hex AD 67 DF 16 36 0 D 113 41 40
Octal 255 147 337 26 66 0 15 423 101 100
Binary 10101101 1100111 11011111 10110 110110 0 1101 100010011 1000001 1000000

Color Harmonies of #AD67DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD67DF

Black with #AD67DF

Text Example


Text Example

White with #AD67DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD67DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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