Html Css Color HEX #AF76DD Amethyst

📋 copy color: '#AF76DD'

red 175 ◦ green 118 ◦ blue 221

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

Shades of Amethyst #AF76DD

Tints of Amethyst #AF76DD

RGB

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

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

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

R = 34.05%
G = 22.96%
B = 43%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF76DD (or 0xAF76DD) is known color: Amethyst. HEX triplet: AF, 76 and DD. RGB value is (175,118,221). Sum of RGB (Red+Green+Blue) = 175+118+221=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF76DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76DD is #508922. Grayscale: #929292. Windows color (decimal): -5277987 or 14513839. OLE color: 14513839.

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

Color convert

RGB 175 118 221 -
CMYK 0.21 0.47 0 0.13
HSL 273.2º 0.6% 0.66% -
HSV(B) 273.2º 0.47% 0.87% -
XYZ 37.21 27.29 71.71 -
YUV 146.79 169.88 148.12 -
System Red Green Blue C M Y K H S L
Decimal 175 118 221 0.21 0.47 0 0.13 273.2 0.6 0.66
Hex AF 76 DD 15 2F 0 D 111 3C 42
Octal 257 166 335 25 57 0 15 421 74 102
Binary 10101111 1110110 11011101 10101 101111 0 1101 100010001 111100 1000010

Color Harmonies of #AF76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76DD

Black with #AF76DD

Text Example


Text Example

White with #AF76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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