Html Css Color HEX #AF74D5 Amethyst

📋 copy color: '#AF74D5'

red 175 ◦ green 116 ◦ blue 213

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

Shades of Amethyst #AF74D5

Tints of Amethyst #AF74D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.26%

R = 34.72%
G = 23.02%
B = 42.26%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF74D5 (or 0xAF74D5) is known color: Amethyst. HEX triplet: AF, 74 and D5. RGB value is (175,116,213). Sum of RGB (Red+Green+Blue) = 175+116+213=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF74D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74D5 is #508B2A. Grayscale: #909090. Windows color (decimal): -5278507 or 13989039. OLE color: 13989039.

HSL color Cylindrical-coordinate representation of color #AF74D5: hue angle of 276.49º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF74D5 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 116 213 -
CMYK 0.18 0.46 0 0.16
HSL 276.49º 0.54% 0.65% -
HSV(B) 276.49º 0.46% 0.84% -
XYZ 35.93 26.41 66.15 -
YUV 144.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 175 116 213 0.18 0.46 0 0.16 276.49 0.54 0.65
Hex AF 74 D5 12 2E 0 10 114 36 41
Octal 257 164 325 22 56 0 20 424 66 101
Binary 10101111 1110100 11010101 10010 101110 0 10000 100010100 110110 1000001

Color Harmonies of #AF74D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74D5

Black with #AF74D5

Text Example


Text Example

White with #AF74D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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