Html Css Color HEX #AD69CC Amethyst

📋 copy color: '#AD69CC'

red 173 ◦ green 105 ◦ blue 204

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

Shades of Amethyst #AD69CC

Tints of Amethyst #AD69CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 35.89%
G = 21.78%
B = 42.32%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD69CC (or 0xAD69CC) is known color: Amethyst. HEX triplet: AD, 69 and CC. RGB value is (173,105,204). Sum of RGB (Red+Green+Blue) = 173+105+204=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD69CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69CC is #529633. Grayscale: #888888. Windows color (decimal): -5412404 or 13396397. OLE color: 13396397.

HSL color Cylindrical-coordinate representation of color #AD69CC: hue angle of 281.21º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD69CC is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 105 204 -
CMYK 0.15 0.49 0 0.2
HSL 281.21º 0.49% 0.61% -
HSV(B) 281.21º 0.49% 0.8% -
XYZ 33.18 23.35 59.88 -
YUV 136.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 173 105 204 0.15 0.49 0 0.2 281.21 0.49 0.61
Hex AD 69 CC F 31 0 14 119 31 3D
Octal 255 151 314 17 61 0 24 431 61 75
Binary 10101101 1101001 11001100 1111 110001 0 10100 100011001 110001 111101

Color Harmonies of #AD69CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69CC

Black with #AD69CC

Text Example


Text Example

White with #AD69CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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