Html Css Color HEX #AF6FD0 Amethyst

📋 copy color: '#AF6FD0'

red 175 ◦ green 111 ◦ blue 208

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

Shades of Amethyst #AF6FD0

Tints of Amethyst #AF6FD0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.47%

 BLUE value IS 208 (81.64% from 255) = 42.11%

R = 35.43%
G = 22.47%
B = 42.11%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF6FD0 (or 0xAF6FD0) is known color: Amethyst. HEX triplet: AF, 6F and D0. RGB value is (175,111,208). Sum of RGB (Red+Green+Blue) = 175+111+208=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF6FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FD0 is #50902F. Grayscale: #8C8C8C. Windows color (decimal): -5279792 or 13660079. OLE color: 13660079.

HSL color Cylindrical-coordinate representation of color #AF6FD0: hue angle of 279.59º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF6FD0 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 111 208 -
CMYK 0.16 0.47 0 0.18
HSL 279.59º 0.51% 0.63% -
HSV(B) 279.59º 0.47% 0.82% -
XYZ 34.75 25.04 62.68 -
YUV 141.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 175 111 208 0.16 0.47 0 0.18 279.59 0.51 0.63
Hex AF 6F D0 10 2F 0 12 118 33 3F
Octal 257 157 320 20 57 0 22 430 63 77
Binary 10101111 1101111 11010000 10000 101111 0 10010 100011000 110011 111111

Color Harmonies of #AF6FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FD0

Black with #AF6FD0

Text Example


Text Example

White with #AF6FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FD0; }

 p { color: rgb(175,111,208); }

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

background-color css

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

 a { background-color: rgb(175,111,208); }

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

border-color css

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

 span { border-color: rgb(175,111,208); }

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