Html Css Color HEX #AD69CF Amethyst

📋 copy color: '#AD69CF'

red 173 ◦ green 105 ◦ blue 207

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

Shades of Amethyst #AD69CF

Tints of Amethyst #AD69CF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.65%

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

R = 35.67%
G = 21.65%
B = 42.68%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD69CF (or 0xAD69CF) is known color: Amethyst. HEX triplet: AD, 69 and CF. RGB value is (173,105,207). Sum of RGB (Red+Green+Blue) = 173+105+207=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD69CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69CF is #529630. Grayscale: #888888. Windows color (decimal): -5412401 or 13593005. OLE color: 13593005.

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

Color convert

RGB 173 105 207 -
CMYK 0.16 0.49 0 0.19
HSL 280º 0.52% 0.61% -
HSV(B) 280º 0.49% 0.81% -
XYZ 33.55 23.49 61.8 -
YUV 136.96 167.53 153.71 -
System Red Green Blue C M Y K H S L
Decimal 173 105 207 0.16 0.49 0 0.19 280 0.52 0.61
Hex AD 69 CF 10 31 0 13 118 34 3D
Octal 255 151 317 20 61 0 23 430 64 75
Binary 10101101 1101001 11001111 10000 110001 0 10011 100011000 110100 111101

Color Harmonies of #AD69CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69CF

Black with #AD69CF

Text Example


Text Example

White with #AD69CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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