Html Css Color HEX #AF72CF Amethyst

📋 copy color: '#AF72CF'

red 175 ◦ green 114 ◦ blue 207

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

Shades of Amethyst #AF72CF

Tints of Amethyst #AF72CF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.98%

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

R = 35.28%
G = 22.98%
B = 41.73%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF72CF (or 0xAF72CF) is known color: Amethyst. HEX triplet: AF, 72 and CF. RGB value is (175,114,207). Sum of RGB (Red+Green+Blue) = 175+114+207=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF72CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72CF is #508D30. Grayscale: #8E8E8E. Windows color (decimal): -5279025 or 13595311. OLE color: 13595311.

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

Color convert

RGB 175 114 207 -
CMYK 0.15 0.45 0 0.19
HSL 279.35º 0.49% 0.63% -
HSV(B) 279.35º 0.45% 0.81% -
XYZ 34.96 25.65 62.14 -
YUV 142.84 164.21 150.94 -
System Red Green Blue C M Y K H S L
Decimal 175 114 207 0.15 0.45 0 0.19 279.35 0.49 0.63
Hex AF 72 CF F 2D 0 13 117 31 3F
Octal 257 162 317 17 55 0 23 427 61 77
Binary 10101111 1110010 11001111 1111 101101 0 10011 100010111 110001 111111

Color Harmonies of #AF72CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF72CF

Black with #AF72CF

Text Example


Text Example

White with #AF72CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF72CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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