Html Css Color HEX #AD69CA Amethyst

📋 copy color: '#AD69CA'

red 173 ◦ green 105 ◦ blue 202

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

Shades of Amethyst #AD69CA

Tints of Amethyst #AD69CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.08%

R = 36.04%
G = 21.88%
B = 42.08%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD69CA (or 0xAD69CA) is known color: Amethyst. HEX triplet: AD, 69 and CA. RGB value is (173,105,202). Sum of RGB (Red+Green+Blue) = 173+105+202=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD69CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69CA is #529635. Grayscale: #888888. Windows color (decimal): -5412406 or 13265325. OLE color: 13265325.

HSL color Cylindrical-coordinate representation of color #AD69CA: hue angle of 282.06º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD69CA is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 105 202 -
CMYK 0.14 0.48 0 0.21
HSL 282.06º 0.48% 0.6% -
HSV(B) 282.06º 0.48% 0.79% -
XYZ 32.95 23.25 58.63 -
YUV 136.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 173 105 202 0.14 0.48 0 0.21 282.06 0.48 0.6
Hex AD 69 CA E 30 0 15 11A 30 3C
Octal 255 151 312 16 60 0 25 432 60 74
Binary 10101101 1101001 11001010 1110 110000 0 10101 100011010 110000 111100

Color Harmonies of #AD69CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69CA

Black with #AD69CA

Text Example


Text Example

White with #AD69CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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