Html Css Color HEX #AF74D3 Amethyst

📋 copy color: '#AF74D3'

red 175 ◦ green 116 ◦ blue 211

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

Shades of Amethyst #AF74D3

Tints of Amethyst #AF74D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.03%

R = 34.86%
G = 23.11%
B = 42.03%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF74D3 (or 0xAF74D3) is known color: Amethyst. HEX triplet: AF, 74 and D3. RGB value is (175,116,211). Sum of RGB (Red+Green+Blue) = 175+116+211=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF74D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74D3 is #508B2C. Grayscale: #909090. Windows color (decimal): -5278509 or 13857967. OLE color: 13857967.

HSL color Cylindrical-coordinate representation of color #AF74D3: hue angle of 277.26º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF74D3 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 116 211 -
CMYK 0.17 0.45 0 0.17
HSL 277.26º 0.52% 0.64% -
HSV(B) 277.26º 0.45% 0.83% -
XYZ 35.68 26.31 64.83 -
YUV 144.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 175 116 211 0.17 0.45 0 0.17 277.26 0.52 0.64
Hex AF 74 D3 11 2D 0 11 115 34 40
Octal 257 164 323 21 55 0 21 425 64 100
Binary 10101111 1110100 11010011 10001 101101 0 10001 100010101 110100 1000000

Color Harmonies of #AF74D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74D3

Black with #AF74D3

Text Example


Text Example

White with #AF74D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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