Html Css Color HEX #AF6EDF Amethyst

📋 copy color: '#AF6EDF'

red 175 ◦ green 110 ◦ blue 223

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

Shades of Amethyst #AF6EDF

Tints of Amethyst #AF6EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 34.45%
G = 21.65%
B = 43.9%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF6EDF (or 0xAF6EDF) is known color: Amethyst. HEX triplet: AF, 6E and DF. RGB value is (175,110,223). Sum of RGB (Red+Green+Blue) = 175+110+223=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF6EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EDF is #509120. Grayscale: #8D8D8D. Windows color (decimal): -5280033 or 14642863. OLE color: 14642863.

HSL color Cylindrical-coordinate representation of color #AF6EDF: hue angle of 274.51º degrees, saturation: 0.64, 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 #AF6EDF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 110 223 -
CMYK 0.22 0.51 0 0.13
HSL 274.51º 0.64% 0.65% -
HSV(B) 274.51º 0.51% 0.87% -
XYZ 36.57 25.59 72.82 -
YUV 142.32 173.53 151.31 -
System Red Green Blue C M Y K H S L
Decimal 175 110 223 0.22 0.51 0 0.13 274.51 0.64 0.65
Hex AF 6E DF 16 33 0 D 113 40 41
Octal 257 156 337 26 63 0 15 423 100 101
Binary 10101111 1101110 11011111 10110 110011 0 1101 100010011 1000000 1000001

Color Harmonies of #AF6EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6EDF

Black with #AF6EDF

Text Example


Text Example

White with #AF6EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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