Html Css Color HEX #AF77DA Amethyst

📋 copy color: '#AF77DA'

red 175 ◦ green 119 ◦ blue 218

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

Shades of Amethyst #AF77DA

Tints of Amethyst #AF77DA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.24%

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 34.18%
G = 23.24%
B = 42.58%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF77DA (or 0xAF77DA) is known color: Amethyst. HEX triplet: AF, 77 and DA. RGB value is (175,119,218). Sum of RGB (Red+Green+Blue) = 175+119+218=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF77DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77DA is #508825. Grayscale: #929292. Windows color (decimal): -5277734 or 14317487. OLE color: 14317487.

HSL color Cylindrical-coordinate representation of color #AF77DA: hue angle of 273.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF77DA is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 119 218 -
CMYK 0.20 0.45 0 0.15
HSL 273.94º 0.57% 0.66% -
HSV(B) 273.94º 0.45% 0.85% -
XYZ 36.93 27.37 69.67 -
YUV 147.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 175 119 218 0.20 0.45 0 0.15 273.94 0.57 0.66
Hex AF 77 DA 14 2D 0 F 112 39 42
Octal 257 167 332 24 55 0 17 422 71 102
Binary 10101111 1110111 11011010 10100 101101 0 1111 100010010 111001 1000010

Color Harmonies of #AF77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77DA

Black with #AF77DA

Text Example


Text Example

White with #AF77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77DA; }

 p { color: rgb(175,119,218); }

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

background-color css

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

 a { background-color: rgb(175,119,218); }

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

border-color css

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

 span { border-color: rgb(175,119,218); }

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