Html Css Color HEX #AF6FD6 Amethyst

📋 copy color: '#AF6FD6'

red 175 ◦ green 111 ◦ blue 214

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

Shades of Amethyst #AF6FD6

Tints of Amethyst #AF6FD6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.2%

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

R = 35%
G = 22.2%
B = 42.8%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF6FD6 (or 0xAF6FD6) is known color: Amethyst. HEX triplet: AF, 6F and D6. RGB value is (175,111,214). Sum of RGB (Red+Green+Blue) = 175+111+214=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF6FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FD6 is #509029. Grayscale: #8D8D8D. Windows color (decimal): -5279786 or 14053295. OLE color: 14053295.

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

Color convert

RGB 175 111 214 -
CMYK 0.18 0.48 0 0.16
HSL 277.28º 0.56% 0.64% -
HSV(B) 277.28º 0.48% 0.84% -
XYZ 35.5 25.34 66.64 -
YUV 141.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 175 111 214 0.18 0.48 0 0.16 277.28 0.56 0.64
Hex AF 6F D6 12 30 0 10 115 38 40
Octal 257 157 326 22 60 0 20 425 70 100
Binary 10101111 1101111 11010110 10010 110000 0 10000 100010101 111000 1000000

Color Harmonies of #AF6FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FD6

Black with #AF6FD6

Text Example


Text Example

White with #AF6FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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