Html Css Color HEX #AF74DC Amethyst

📋 copy color: '#AF74DC'

red 175 ◦ green 116 ◦ blue 220

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

Shades of Amethyst #AF74DC

Tints of Amethyst #AF74DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 34.25%
G = 22.7%
B = 43.05%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF74DC (or 0xAF74DC) is known color: Amethyst. HEX triplet: AF, 74 and DC. RGB value is (175,116,220). Sum of RGB (Red+Green+Blue) = 175+116+220=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF74DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74DC is #508B23. Grayscale: #919191. Windows color (decimal): -5278500 or 14447791. OLE color: 14447791.

HSL color Cylindrical-coordinate representation of color #AF74DC: hue angle of 274.04º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF74DC is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 116 220 -
CMYK 0.20 0.47 0 0.14
HSL 274.04º 0.6% 0.66% -
HSV(B) 274.04º 0.47% 0.86% -
XYZ 36.84 26.77 70.94 -
YUV 145.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 175 116 220 0.20 0.47 0 0.14 274.04 0.6 0.66
Hex AF 74 DC 14 2F 0 E 112 3C 42
Octal 257 164 334 24 57 0 16 422 74 102
Binary 10101111 1110100 11011100 10100 101111 0 1110 100010010 111100 1000010

Color Harmonies of #AF74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74DC

Black with #AF74DC

Text Example


Text Example

White with #AF74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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