Html Css Color HEX #AF79DB Amethyst

📋 copy color: '#AF79DB'

red 175 ◦ green 121 ◦ blue 219

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

Shades of Amethyst #AF79DB

Tints of Amethyst #AF79DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 33.98%
G = 23.5%
B = 42.52%

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

#AF79DB (or 0xAF79DB) is known color: Amethyst. HEX triplet: AF, 79 and DB. RGB value is (175,121,219). Sum of RGB (Red+Green+Blue) = 175+121+219=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF79DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79DB is #508624. Grayscale: #939393. Windows color (decimal): -5277221 or 14383535. OLE color: 14383535.

HSL color Cylindrical-coordinate representation of color #AF79DB: hue angle of 273.06º degrees, saturation: 0.58, 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 #AF79DB is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 121 219 -
CMYK 0.20 0.45 0 0.14
HSL 273.06º 0.58% 0.67% -
HSV(B) 273.06º 0.45% 0.86% -
XYZ 37.3 27.9 70.44 -
YUV 148.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 175 121 219 0.20 0.45 0 0.14 273.06 0.58 0.67
Hex AF 79 DB 14 2D 0 E 111 3A 43
Octal 257 171 333 24 55 0 16 421 72 103
Binary 10101111 1111001 11011011 10100 101101 0 1110 100010001 111010 1000011

Color Harmonies of #AF79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF79DB

Black with #AF79DB

Text Example


Text Example

White with #AF79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF79DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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