Html Css Color HEX #AF6DDC Amethyst

📋 copy color: '#AF6DDC'

red 175 ◦ green 109 ◦ blue 220

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

Shades of Amethyst #AF6DDC

Tints of Amethyst #AF6DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.63%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 34.72%
G = 21.63%
B = 43.65%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF6DDC (or 0xAF6DDC) is known color: Amethyst. HEX triplet: AF, 6D and DC. RGB value is (175,109,220). Sum of RGB (Red+Green+Blue) = 175+109+220=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF6DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DDC is #509223. Grayscale: #8D8D8D. Windows color (decimal): -5280292 or 14445999. OLE color: 14445999.

HSL color Cylindrical-coordinate representation of color #AF6DDC: hue angle of 275.68º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6DDC is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 109 220 -
CMYK 0.20 0.50 0 0.14
HSL 275.68º 0.61% 0.65% -
HSV(B) 275.68º 0.5% 0.86% -
XYZ 36.07 25.22 70.68 -
YUV 141.39 172.37 151.97 -
System Red Green Blue C M Y K H S L
Decimal 175 109 220 0.20 0.50 0 0.14 275.68 0.61 0.65
Hex AF 6D DC 14 32 0 E 114 3D 41
Octal 257 155 334 24 62 0 16 424 75 101
Binary 10101111 1101101 11011100 10100 110010 0 1110 100010100 111101 1000001

Color Harmonies of #AF6DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DDC

Black with #AF6DDC

Text Example


Text Example

White with #AF6DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DDC; }

 p { color: rgb(175,109,220); }

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

background-color css

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

 a { background-color: rgb(175,109,220); }

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

border-color css

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

 span { border-color: rgb(175,109,220); }

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