Html Css Color HEX #AF6ECF Amethyst

📋 copy color: '#AF6ECF'

red 175 ◦ green 110 ◦ blue 207

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

Shades of Amethyst #AF6ECF

Tints of Amethyst #AF6ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 35.57%
G = 22.36%
B = 42.07%

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

#AF6ECF (or 0xAF6ECF) is known color: Amethyst. HEX triplet: AF, 6E and CF. RGB value is (175,110,207). Sum of RGB (Red+Green+Blue) = 175+110+207=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF6ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ECF is #509130. Grayscale: #8C8C8C. Windows color (decimal): -5280049 or 13594287. OLE color: 13594287.

HSL color Cylindrical-coordinate representation of color #AF6ECF: hue angle of 280.21º degrees, saturation: 0.5, 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 #AF6ECF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 110 207 -
CMYK 0.15 0.47 0 0.19
HSL 280.21º 0.5% 0.62% -
HSV(B) 280.21º 0.47% 0.81% -
XYZ 34.52 24.77 61.99 -
YUV 140.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 175 110 207 0.15 0.47 0 0.19 280.21 0.5 0.62
Hex AF 6E CF F 2F 0 13 118 32 3E
Octal 257 156 317 17 57 0 23 430 62 76
Binary 10101111 1101110 11001111 1111 101111 0 10011 100011000 110010 111110

Color Harmonies of #AF6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6ECF

Black with #AF6ECF

Text Example


Text Example

White with #AF6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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