Html Css Color HEX #AF6ECE Amethyst

📋 copy color: '#AF6ECE'

red 175 ◦ green 110 ◦ blue 206

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

Shades of Amethyst #AF6ECE

Tints of Amethyst #AF6ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 35.64%
G = 22.4%
B = 41.96%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF6ECE (or 0xAF6ECE) is known color: Amethyst. HEX triplet: AF, 6E and CE. RGB value is (175,110,206). Sum of RGB (Red+Green+Blue) = 175+110+206=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF6ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ECE is #509131. Grayscale: #8C8C8C. Windows color (decimal): -5280050 or 13528751. OLE color: 13528751.

HSL color Cylindrical-coordinate representation of color #AF6ECE: hue angle of 280.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF6ECE is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 110 206 -
CMYK 0.15 0.47 0 0.19
HSL 280.63º 0.49% 0.62% -
HSV(B) 280.63º 0.47% 0.81% -
XYZ 34.4 24.72 61.35 -
YUV 140.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 175 110 206 0.15 0.47 0 0.19 280.63 0.49 0.62
Hex AF 6E CE F 2F 0 13 119 31 3E
Octal 257 156 316 17 57 0 23 431 61 76
Binary 10101111 1101110 11001110 1111 101111 0 10011 100011001 110001 111110

Color Harmonies of #AF6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6ECE

Black with #AF6ECE

Text Example


Text Example

White with #AF6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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