Html Css Color HEX #AF79DC Amethyst

📋 copy color: '#AF79DC'

red 175 ◦ green 121 ◦ blue 220

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

Shades of Amethyst #AF79DC

Tints of Amethyst #AF79DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.45%

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 33.91%
G = 23.45%
B = 42.64%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF79DC (or 0xAF79DC) is known color: Amethyst. HEX triplet: AF, 79 and DC. RGB value is (175,121,220). Sum of RGB (Red+Green+Blue) = 175+121+220=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF79DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79DC is #508623. Grayscale: #949494. Windows color (decimal): -5277220 or 14449071. OLE color: 14449071.

HSL color Cylindrical-coordinate representation of color #AF79DC: hue angle of 272.73º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF79DC is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 121 220 -
CMYK 0.20 0.45 0 0.14
HSL 272.73º 0.59% 0.67% -
HSV(B) 272.73º 0.45% 0.86% -
XYZ 37.43 27.96 71.13 -
YUV 148.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 175 121 220 0.20 0.45 0 0.14 272.73 0.59 0.67
Hex AF 79 DC 14 2D 0 E 111 3B 43
Octal 257 171 334 24 55 0 16 421 73 103
Binary 10101111 1111001 11011100 10100 101101 0 1110 100010001 111011 1000011

Color Harmonies of #AF79DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF79DC

Black with #AF79DC

Text Example


Text Example

White with #AF79DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF79DC; }

 p { color: rgb(175,121,220); }

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

background-color css

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

 a { background-color: rgb(175,121,220); }

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

border-color css

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

 span { border-color: rgb(175,121,220); }

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