Html Css Color HEX #AF6ED8 Amethyst

📋 copy color: '#AF6ED8'

red 175 ◦ green 110 ◦ blue 216

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

Shades of Amethyst #AF6ED8

Tints of Amethyst #AF6ED8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.96%

 BLUE value IS 216 (84.77% from 255) = 43.11%

R = 34.93%
G = 21.96%
B = 43.11%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF6ED8 (or 0xAF6ED8) is known color: Amethyst. HEX triplet: AF, 6E and D8. RGB value is (175,110,216). Sum of RGB (Red+Green+Blue) = 175+110+216=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF6ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ED8 is #509127. Grayscale: #8D8D8D. Windows color (decimal): -5280040 or 14184111. OLE color: 14184111.

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

Color convert

RGB 175 110 216 -
CMYK 0.19 0.49 0 0.15
HSL 276.79º 0.58% 0.64% -
HSV(B) 276.79º 0.49% 0.85% -
XYZ 35.65 25.22 67.96 -
YUV 141.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 175 110 216 0.19 0.49 0 0.15 276.79 0.58 0.64
Hex AF 6E D8 13 31 0 F 115 3A 40
Octal 257 156 330 23 61 0 17 425 72 100
Binary 10101111 1101110 11011000 10011 110001 0 1111 100010101 111010 1000000

Color Harmonies of #AF6ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6ED8

Black with #AF6ED8

Text Example


Text Example

White with #AF6ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6ED8; }

 p { color: rgb(175,110,216); }

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

background-color css

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

 a { background-color: rgb(175,110,216); }

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

border-color css

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

 span { border-color: rgb(175,110,216); }

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