Html Css Color HEX #AF74DD Amethyst

📋 copy color: '#AF74DD'

red 175 ◦ green 116 ◦ blue 221

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

Shades of Amethyst #AF74DD

Tints of Amethyst #AF74DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 34.18%
G = 22.66%
B = 43.16%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF74DD (or 0xAF74DD) is known color: Amethyst. HEX triplet: AF, 74 and DD. RGB value is (175,116,221). Sum of RGB (Red+Green+Blue) = 175+116+221=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF74DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74DD is #508B22. Grayscale: #919191. Windows color (decimal): -5278499 or 14513327. OLE color: 14513327.

HSL color Cylindrical-coordinate representation of color #AF74DD: hue angle of 273.71º degrees, saturation: 0.61, 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 #AF74DD is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 116 221 -
CMYK 0.21 0.48 0 0.13
HSL 273.71º 0.61% 0.66% -
HSV(B) 273.71º 0.48% 0.87% -
XYZ 36.98 26.83 71.64 -
YUV 145.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 175 116 221 0.21 0.48 0 0.13 273.71 0.61 0.66
Hex AF 74 DD 15 30 0 D 112 3D 42
Octal 257 164 335 25 60 0 15 422 75 102
Binary 10101111 1110100 11011101 10101 110000 0 1101 100010010 111101 1000010

Color Harmonies of #AF74DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74DD

Black with #AF74DD

Text Example


Text Example

White with #AF74DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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