Html Css Color HEX #AF73CC Amethyst

📋 copy color: '#AF73CC'

red 175 ◦ green 115 ◦ blue 204

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

Shades of Amethyst #AF73CC

Tints of Amethyst #AF73CC

RGB

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

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

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

R = 35.43%
G = 23.28%
B = 41.3%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF73CC (or 0xAF73CC) is known color: Amethyst. HEX triplet: AF, 73 and CC. RGB value is (175,115,204). Sum of RGB (Red+Green+Blue) = 175+115+204=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF73CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73CC is #508C33. Grayscale: #8E8E8E. Windows color (decimal): -5278772 or 13398959. OLE color: 13398959.

HSL color Cylindrical-coordinate representation of color #AF73CC: hue angle of 280.45º 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 #AF73CC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 115 204 -
CMYK 0.14 0.44 0 0.2
HSL 280.45º 0.47% 0.63% -
HSV(B) 280.45º 0.44% 0.8% -
XYZ 34.71 25.74 60.26 -
YUV 143.09 162.38 150.76 -
System Red Green Blue C M Y K H S L
Decimal 175 115 204 0.14 0.44 0 0.2 280.45 0.47 0.63
Hex AF 73 CC E 2C 0 14 118 2F 3F
Octal 257 163 314 16 54 0 24 430 57 77
Binary 10101111 1110011 11001100 1110 101100 0 10100 100011000 101111 111111

Color Harmonies of #AF73CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73CC

Black with #AF73CC

Text Example


Text Example

White with #AF73CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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