Html Css Color HEX #AF74DF Amethyst

📋 copy color: '#AF74DF'

red 175 ◦ green 116 ◦ blue 223

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

Shades of Amethyst #AF74DF

Tints of Amethyst #AF74DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.57%

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 34.05%
G = 22.57%
B = 43.39%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF74DF (or 0xAF74DF) is known color: Amethyst. HEX triplet: AF, 74 and DF. RGB value is (175,116,223). Sum of RGB (Red+Green+Blue) = 175+116+223=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF74DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74DF is #508B20. Grayscale: #919191. Windows color (decimal): -5278497 or 14644399. OLE color: 14644399.

HSL color Cylindrical-coordinate representation of color #AF74DF: hue angle of 273.08º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF74DF is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 116 223 -
CMYK 0.22 0.48 0 0.13
HSL 273.08º 0.63% 0.66% -
HSV(B) 273.08º 0.48% 0.87% -
XYZ 37.24 26.93 73.05 -
YUV 145.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 175 116 223 0.22 0.48 0 0.13 273.08 0.63 0.66
Hex AF 74 DF 16 30 0 D 111 3F 42
Octal 257 164 337 26 60 0 15 421 77 102
Binary 10101111 1110100 11011111 10110 110000 0 1101 100010001 111111 1000010

Color Harmonies of #AF74DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74DF

Black with #AF74DF

Text Example


Text Example

White with #AF74DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74DF; }

 p { color: rgb(175,116,223); }

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

background-color css

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

 a { background-color: rgb(175,116,223); }

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

border-color css

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

 span { border-color: rgb(175,116,223); }

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