Html Css Color HEX #AF79DD Amethyst

📋 copy color: '#AF79DD'

red 175 ◦ green 121 ◦ blue 221

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

Shades of Amethyst #AF79DD

Tints of Amethyst #AF79DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 33.85%
G = 23.4%
B = 42.75%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF79DD (or 0xAF79DD) is known color: Amethyst. HEX triplet: AF, 79 and DD. RGB value is (175,121,221). Sum of RGB (Red+Green+Blue) = 175+121+221=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF79DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79DD is #508622. Grayscale: #949494. Windows color (decimal): -5277219 or 14514607. OLE color: 14514607.

HSL color Cylindrical-coordinate representation of color #AF79DD: hue angle of 272.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF79DD is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 121 221 -
CMYK 0.21 0.45 0 0.13
HSL 272.4º 0.6% 0.67% -
HSV(B) 272.4º 0.45% 0.87% -
XYZ 37.57 28.01 71.83 -
YUV 148.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 175 121 221 0.21 0.45 0 0.13 272.4 0.6 0.67
Hex AF 79 DD 15 2D 0 D 110 3C 43
Octal 257 171 335 25 55 0 15 420 74 103
Binary 10101111 1111001 11011101 10101 101101 0 1101 100010000 111100 1000011

Color Harmonies of #AF79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF79DD

Black with #AF79DD

Text Example


Text Example

White with #AF79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF79DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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