Html Css Color HEX #AF74CF Amethyst

📋 copy color: '#AF74CF'

red 175 ◦ green 116 ◦ blue 207

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

Shades of Amethyst #AF74CF

Tints of Amethyst #AF74CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 35.14%
G = 23.29%
B = 41.57%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF74CF (or 0xAF74CF) is known color: Amethyst. HEX triplet: AF, 74 and CF. RGB value is (175,116,207). Sum of RGB (Red+Green+Blue) = 175+116+207=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74CF is #508B30. Grayscale: #8F8F8F. Windows color (decimal): -5278513 or 13595823. OLE color: 13595823.

HSL color Cylindrical-coordinate representation of color #AF74CF: hue angle of 278.9º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF74CF is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 116 207 -
CMYK 0.15 0.44 0 0.19
HSL 278.9º 0.49% 0.63% -
HSV(B) 278.9º 0.44% 0.81% -
XYZ 35.19 26.11 62.22 -
YUV 144.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 175 116 207 0.15 0.44 0 0.19 278.9 0.49 0.63
Hex AF 74 CF F 2C 0 13 117 31 3F
Octal 257 164 317 17 54 0 23 427 61 77
Binary 10101111 1110100 11001111 1111 101100 0 10011 100010111 110001 111111

Color Harmonies of #AF74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74CF

Black with #AF74CF

Text Example


Text Example

White with #AF74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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