Html Css Color HEX #AF79D5 Amethyst

📋 copy color: '#AF79D5'

red 175 ◦ green 121 ◦ blue 213

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

Shades of Amethyst #AF79D5

Tints of Amethyst #AF79D5

RGB

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

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

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

R = 34.38%
G = 23.77%
B = 41.85%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF79D5 (or 0xAF79D5) is known color: Amethyst. HEX triplet: AF, 79 and D5. RGB value is (175,121,213). Sum of RGB (Red+Green+Blue) = 175+121+213=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF79D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79D5 is #50862A. Grayscale: #939393. Windows color (decimal): -5277227 or 13990319. OLE color: 13990319.

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

Color convert

RGB 175 121 213 -
CMYK 0.18 0.43 0 0.16
HSL 275.22º 0.52% 0.65% -
HSV(B) 275.22º 0.43% 0.84% -
XYZ 36.53 27.59 66.35 -
YUV 147.63 164.89 147.52 -
System Red Green Blue C M Y K H S L
Decimal 175 121 213 0.18 0.43 0 0.16 275.22 0.52 0.65
Hex AF 79 D5 12 2B 0 10 113 34 41
Octal 257 171 325 22 53 0 20 423 64 101
Binary 10101111 1111001 11010101 10010 101011 0 10000 100010011 110100 1000001

Color Harmonies of #AF79D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF79D5

Black with #AF79D5

Text Example


Text Example

White with #AF79D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF79D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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