Html Css Color HEX #AF6EDA Amethyst

📋 copy color: '#AF6EDA'

red 175 ◦ green 110 ◦ blue 218

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

Shades of Amethyst #AF6EDA

Tints of Amethyst #AF6EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 34.79%
G = 21.87%
B = 43.34%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF6EDA (or 0xAF6EDA) is known color: Amethyst. HEX triplet: AF, 6E and DA. RGB value is (175,110,218). Sum of RGB (Red+Green+Blue) = 175+110+218=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF6EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EDA is #509125. Grayscale: #8D8D8D. Windows color (decimal): -5280038 or 14315183. OLE color: 14315183.

HSL color Cylindrical-coordinate representation of color #AF6EDA: hue angle of 276.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6EDA is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 110 218 -
CMYK 0.20 0.50 0 0.15
HSL 276.11º 0.59% 0.64% -
HSV(B) 276.11º 0.5% 0.85% -
XYZ 35.91 25.33 69.33 -
YUV 141.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 175 110 218 0.20 0.50 0 0.15 276.11 0.59 0.64
Hex AF 6E DA 14 32 0 F 114 3B 40
Octal 257 156 332 24 62 0 17 424 73 100
Binary 10101111 1101110 11011010 10100 110010 0 1111 100010100 111011 1000000

Color Harmonies of #AF6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6EDA

Black with #AF6EDA

Text Example


Text Example

White with #AF6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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