Html Css Color HEX #AF6FDE Amethyst

📋 copy color: '#AF6FDE'

red 175 ◦ green 111 ◦ blue 222

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

Shades of Amethyst #AF6FDE

Tints of Amethyst #AF6FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.7%

R = 34.45%
G = 21.85%
B = 43.7%

CMYK

 C value IS 0.21

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF6FDE (or 0xAF6FDE) is known color: Amethyst. HEX triplet: AF, 6F and DE. RGB value is (175,111,222). Sum of RGB (Red+Green+Blue) = 175+111+222=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF6FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FDE is #509021. Grayscale: #8E8E8E. Windows color (decimal): -5279778 or 14577583. OLE color: 14577583.

HSL color Cylindrical-coordinate representation of color #AF6FDE: hue angle of 274.59º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6FDE is Cyan = 0.21, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 111 222 -
CMYK 0.21 0.5 0 0.13
HSL 274.59º 0.63% 0.65% -
HSV(B) 274.59º 0.5% 0.87% -
XYZ 36.55 25.76 72.15 -
YUV 142.79 172.7 150.97 -
System Red Green Blue C M Y K H S L
Decimal 175 111 222 0.21 0.5 0 0.13 274.59 0.63 0.65
Hex AF 6F DE 15 32 0 D 113 3F 41
Octal 257 157 336 25 62 0 15 423 77 101
Binary 10101111 1101111 11011110 10101 110010 0 1101 100010011 111111 1000001

Color Harmonies of #AF6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FDE

Black with #AF6FDE

Text Example


Text Example

White with #AF6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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