Html Css Color HEX #AF73CD Amethyst

📋 copy color: '#AF73CD'

red 175 ◦ green 115 ◦ blue 205

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

Shades of Amethyst #AF73CD

Tints of Amethyst #AF73CD

RGB

 RED value IS 175 (68.75% from 255) = 35.35%

 GREEN value IS 115 (45.31% from 255) = 23.23%

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 35.35%
G = 23.23%
B = 41.41%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF73CD (or 0xAF73CD) is known color: Amethyst. HEX triplet: AF, 73 and CD. RGB value is (175,115,205). Sum of RGB (Red+Green+Blue) = 175+115+205=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF73CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73CD is #508C32. Grayscale: #8E8E8E. Windows color (decimal): -5278771 or 13464495. OLE color: 13464495.

HSL color Cylindrical-coordinate representation of color #AF73CD: hue angle of 280º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF73CD is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 115 205 -
CMYK 0.15 0.44 0 0.20
HSL 280º 0.47% 0.63% -
HSV(B) 280º 0.44% 0.8% -
XYZ 34.83 25.78 60.9 -
YUV 143.2 162.88 150.68 -
System Red Green Blue C M Y K H S L
Decimal 175 115 205 0.15 0.44 0 0.20 280 0.47 0.63
Hex AF 73 CD F 2C 0 14 118 2F 3F
Octal 257 163 315 17 54 0 24 430 57 77
Binary 10101111 1110011 11001101 1111 101100 0 10100 100011000 101111 111111

Color Harmonies of #AF73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73CD

Black with #AF73CD

Text Example


Text Example

White with #AF73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73CD; }

 p { color: rgb(175,115,205); }

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

background-color css

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

 a { background-color: rgb(175,115,205); }

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

border-color css

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

 span { border-color: rgb(175,115,205); }

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