Html Css Color HEX #AF6ED6 Amethyst

📋 copy color: '#AF6ED6'

red 175 ◦ green 110 ◦ blue 214

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

Shades of Amethyst #AF6ED6

Tints of Amethyst #AF6ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.89%

R = 35.07%
G = 22.04%
B = 42.89%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF6ED6 (or 0xAF6ED6) is known color: Amethyst. HEX triplet: AF, 6E and D6. RGB value is (175,110,214). Sum of RGB (Red+Green+Blue) = 175+110+214=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF6ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ED6 is #509129. Grayscale: #8C8C8C. Windows color (decimal): -5280042 or 14053039. OLE color: 14053039.

HSL color Cylindrical-coordinate representation of color #AF6ED6: hue angle of 277.5º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF6ED6 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 110 214 -
CMYK 0.18 0.49 0 0.16
HSL 277.5º 0.56% 0.64% -
HSV(B) 277.5º 0.49% 0.84% -
XYZ 35.39 25.12 66.6 -
YUV 141.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 175 110 214 0.18 0.49 0 0.16 277.5 0.56 0.64
Hex AF 6E D6 12 31 0 10 116 38 40
Octal 257 156 326 22 61 0 20 426 70 100
Binary 10101111 1101110 11010110 10010 110001 0 10000 100010110 111000 1000000

Color Harmonies of #AF6ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6ED6

Black with #AF6ED6

Text Example


Text Example

White with #AF6ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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