Html Css Color HEX #AF7AD9 Amethyst

📋 copy color: '#AF7AD9'

red 175 ◦ green 122 ◦ blue 217

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

Shades of Amethyst #AF7AD9

Tints of Amethyst #AF7AD9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.74%

 BLUE value IS 217 (85.16% from 255) = 42.22%

R = 34.05%
G = 23.74%
B = 42.22%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF7AD9 (or 0xAF7AD9) is known color: Amethyst. HEX triplet: AF, 7A and D9. RGB value is (175,122,217). Sum of RGB (Red+Green+Blue) = 175+122+217=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF7AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7AD9 is #508526. Grayscale: #949494. Windows color (decimal): -5276967 or 14252719. OLE color: 14252719.

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

Color convert

RGB 175 122 217 -
CMYK 0.19 0.44 0 0.15
HSL 273.47º 0.56% 0.66% -
HSV(B) 273.47º 0.44% 0.85% -
XYZ 37.16 28.04 69.1 -
YUV 148.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 175 122 217 0.19 0.44 0 0.15 273.47 0.56 0.66
Hex AF 7A D9 13 2C 0 F 111 38 42
Octal 257 172 331 23 54 0 17 421 70 102
Binary 10101111 1111010 11011001 10011 101100 0 1111 100010001 111000 1000010

Color Harmonies of #AF7AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AD9

Black with #AF7AD9

Text Example


Text Example

White with #AF7AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AD9; }

 p { color: rgb(175,122,217); }

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

background-color css

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

 a { background-color: rgb(175,122,217); }

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

border-color css

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

 span { border-color: rgb(175,122,217); }

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