Html Css Color HEX #AF6DDD Amethyst

📋 copy color: '#AF6DDD'

red 175 ◦ green 109 ◦ blue 221

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

Shades of Amethyst #AF6DDD

Tints of Amethyst #AF6DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 34.65%
G = 21.58%
B = 43.76%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF6DDD (or 0xAF6DDD) is known color: Amethyst. HEX triplet: AF, 6D and DD. RGB value is (175,109,221). Sum of RGB (Red+Green+Blue) = 175+109+221=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF6DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DDD is #509222. Grayscale: #8D8D8D. Windows color (decimal): -5280291 or 14511535. OLE color: 14511535.

HSL color Cylindrical-coordinate representation of color #AF6DDD: hue angle of 275.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6DDD is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 109 221 -
CMYK 0.21 0.51 0 0.13
HSL 275.36º 0.62% 0.65% -
HSV(B) 275.36º 0.51% 0.87% -
XYZ 36.2 25.27 71.38 -
YUV 141.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 175 109 221 0.21 0.51 0 0.13 275.36 0.62 0.65
Hex AF 6D DD 15 33 0 D 113 3E 41
Octal 257 155 335 25 63 0 15 423 76 101
Binary 10101111 1101101 11011101 10101 110011 0 1101 100010011 111110 1000001

Color Harmonies of #AF6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DDD

Black with #AF6DDD

Text Example


Text Example

White with #AF6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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