Html Css Color HEX #AF74CD Amethyst

📋 copy color: '#AF74CD'

red 175 ◦ green 116 ◦ blue 205

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

Shades of Amethyst #AF74CD

Tints of Amethyst #AF74CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 35.28%
G = 23.39%
B = 41.33%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF74CD (or 0xAF74CD) is known color: Amethyst. HEX triplet: AF, 74 and CD. RGB value is (175,116,205). Sum of RGB (Red+Green+Blue) = 175+116+205=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF74CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74CD is #508B32. Grayscale: #8F8F8F. Windows color (decimal): -5278515 or 13464751. OLE color: 13464751.

HSL color Cylindrical-coordinate representation of color #AF74CD: hue angle of 279.78º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF74CD is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 116 205 -
CMYK 0.15 0.43 0 0.20
HSL 279.78º 0.47% 0.63% -
HSV(B) 279.78º 0.43% 0.8% -
XYZ 34.94 26.01 60.94 -
YUV 143.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 175 116 205 0.15 0.43 0 0.20 279.78 0.47 0.63
Hex AF 74 CD F 2B 0 14 118 2F 3F
Octal 257 164 315 17 53 0 24 430 57 77
Binary 10101111 1110100 11001101 1111 101011 0 10100 100011000 101111 111111

Color Harmonies of #AF74CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74CD

Black with #AF74CD

Text Example


Text Example

White with #AF74CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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