Html Css Color HEX #AF6AD8 Amethyst

📋 copy color: '#AF6AD8'

red 175 ◦ green 106 ◦ blue 216

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

Shades of Amethyst #AF6AD8

Tints of Amethyst #AF6AD8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.33%

 BLUE value IS 216 (84.77% from 255) = 43.46%

R = 35.21%
G = 21.33%
B = 43.46%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF6AD8 (or 0xAF6AD8) is known color: Amethyst. HEX triplet: AF, 6A and D8. RGB value is (175,106,216). Sum of RGB (Red+Green+Blue) = 175+106+216=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF6AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6AD8 is #509527. Grayscale: #8A8A8A. Windows color (decimal): -5281064 or 14183087. OLE color: 14183087.

HSL color Cylindrical-coordinate representation of color #AF6AD8: hue angle of 277.64º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6AD8 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 106 216 -
CMYK 0.19 0.51 0 0.15
HSL 277.64º 0.59% 0.63% -
HSV(B) 277.64º 0.51% 0.85% -
XYZ 35.23 24.38 67.81 -
YUV 139.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 175 106 216 0.19 0.51 0 0.15 277.64 0.59 0.63
Hex AF 6A D8 13 33 0 F 116 3B 3F
Octal 257 152 330 23 63 0 17 426 73 77
Binary 10101111 1101010 11011000 10011 110011 0 1111 100010110 111011 111111

Color Harmonies of #AF6AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6AD8

Black with #AF6AD8

Text Example


Text Example

White with #AF6AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6AD8; }

 p { color: rgb(175,106,216); }

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

background-color css

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

 a { background-color: rgb(175,106,216); }

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

border-color css

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

 span { border-color: rgb(175,106,216); }

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