Html Css Color HEX #AF76DA Amethyst

📋 copy color: '#AF76DA'

red 175 ◦ green 118 ◦ blue 218

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

Shades of Amethyst #AF76DA

Tints of Amethyst #AF76DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.09%

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

R = 34.25%
G = 23.09%
B = 42.66%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF76DA (or 0xAF76DA) is known color: Amethyst. HEX triplet: AF, 76 and DA. RGB value is (175,118,218). Sum of RGB (Red+Green+Blue) = 175+118+218=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF76DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76DA is #508925. Grayscale: #929292. Windows color (decimal): -5277990 or 14317231. OLE color: 14317231.

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

Color convert

RGB 175 118 218 -
CMYK 0.20 0.46 0 0.15
HSL 274.2º 0.57% 0.66% -
HSV(B) 274.2º 0.46% 0.85% -
XYZ 36.81 27.13 69.63 -
YUV 146.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 175 118 218 0.20 0.46 0 0.15 274.2 0.57 0.66
Hex AF 76 DA 14 2E 0 F 112 39 42
Octal 257 166 332 24 56 0 17 422 71 102
Binary 10101111 1110110 11011010 10100 101110 0 1111 100010010 111001 1000010

Color Harmonies of #AF76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76DA

Black with #AF76DA

Text Example


Text Example

White with #AF76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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