Html Css Color HEX #AD67CF Amethyst

📋 copy color: '#AD67CF'

red 173 ◦ green 103 ◦ blue 207

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

Shades of Amethyst #AD67CF

Tints of Amethyst #AD67CF

RGB

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

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

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

R = 35.82%
G = 21.33%
B = 42.86%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD67CF (or 0xAD67CF) is known color: Amethyst. HEX triplet: AD, 67 and CF. RGB value is (173,103,207). Sum of RGB (Red+Green+Blue) = 173+103+207=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD67CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67CF is #529830. Grayscale: #878787. Windows color (decimal): -5412913 or 13592493. OLE color: 13592493.

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

Color convert

RGB 173 103 207 -
CMYK 0.16 0.50 0 0.19
HSL 280.38º 0.52% 0.61% -
HSV(B) 280.38º 0.5% 0.81% -
XYZ 33.35 23.09 61.73 -
YUV 135.79 168.19 154.54 -
System Red Green Blue C M Y K H S L
Decimal 173 103 207 0.16 0.50 0 0.19 280.38 0.52 0.61
Hex AD 67 CF 10 32 0 13 118 34 3D
Octal 255 147 317 20 62 0 23 430 64 75
Binary 10101101 1100111 11001111 10000 110010 0 10011 100011000 110100 111101

Color Harmonies of #AD67CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD67CF

Black with #AD67CF

Text Example


Text Example

White with #AD67CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD67CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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