Html Css Color HEX #AF6EDD Amethyst

📋 copy color: '#AF6EDD'

red 175 ◦ green 110 ◦ blue 221

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

Shades of Amethyst #AF6EDD

Tints of Amethyst #AF6EDD

RGB

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

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

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

R = 34.58%
G = 21.74%
B = 43.68%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF6EDD (or 0xAF6EDD) is known color: Amethyst. HEX triplet: AF, 6E and DD. RGB value is (175,110,221). Sum of RGB (Red+Green+Blue) = 175+110+221=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF6EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EDD is #509122. Grayscale: #8D8D8D. Windows color (decimal): -5280035 or 14511791. OLE color: 14511791.

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

Color convert

RGB 175 110 221 -
CMYK 0.21 0.50 0 0.13
HSL 275.14º 0.62% 0.65% -
HSV(B) 275.14º 0.5% 0.87% -
XYZ 36.31 25.49 71.41 -
YUV 142.09 172.53 151.47 -
System Red Green Blue C M Y K H S L
Decimal 175 110 221 0.21 0.50 0 0.13 275.14 0.62 0.65
Hex AF 6E DD 15 32 0 D 113 3E 41
Octal 257 156 335 25 62 0 15 423 76 101
Binary 10101111 1101110 11011101 10101 110010 0 1101 100010011 111110 1000001

Color Harmonies of #AF6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6EDD

Black with #AF6EDD

Text Example


Text Example

White with #AF6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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