Html Css Color HEX #AF73CB Amethyst

📋 copy color: '#AF73CB'

red 175 ◦ green 115 ◦ blue 203

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

Shades of Amethyst #AF73CB

Tints of Amethyst #AF73CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 35.5%
G = 23.33%
B = 41.18%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF73CB (or 0xAF73CB) is known color: Amethyst. HEX triplet: AF, 73 and CB. RGB value is (175,115,203). Sum of RGB (Red+Green+Blue) = 175+115+203=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF73CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73CB is #508C34. Grayscale: #8E8E8E. Windows color (decimal): -5278773 or 13333423. OLE color: 13333423.

HSL color Cylindrical-coordinate representation of color #AF73CB: hue angle of 280.91º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF73CB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 115 203 -
CMYK 0.14 0.43 0 0.20
HSL 280.91º 0.46% 0.62% -
HSV(B) 280.91º 0.43% 0.8% -
XYZ 34.59 25.69 59.63 -
YUV 142.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 175 115 203 0.14 0.43 0 0.20 280.91 0.46 0.62
Hex AF 73 CB E 2B 0 14 119 2E 3E
Octal 257 163 313 16 53 0 24 431 56 76
Binary 10101111 1110011 11001011 1110 101011 0 10100 100011001 101110 111110

Color Harmonies of #AF73CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73CB

Black with #AF73CB

Text Example


Text Example

White with #AF73CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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