Html Css Color HEX #AF6AD5 Amethyst

📋 copy color: '#AF6AD5'

red 175 ◦ green 106 ◦ blue 213

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

Shades of Amethyst #AF6AD5

Tints of Amethyst #AF6AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.12%

R = 35.43%
G = 21.46%
B = 43.12%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF6AD5 (or 0xAF6AD5) is known color: Amethyst. HEX triplet: AF, 6A and D5. RGB value is (175,106,213). Sum of RGB (Red+Green+Blue) = 175+106+213=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF6AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6AD5 is #50952A. Grayscale: #8A8A8A. Windows color (decimal): -5281067 or 13986479. OLE color: 13986479.

HSL color Cylindrical-coordinate representation of color #AF6AD5: hue angle of 278.69º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6AD5 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 106 213 -
CMYK 0.18 0.50 0 0.16
HSL 278.69º 0.56% 0.63% -
HSV(B) 278.69º 0.5% 0.84% -
XYZ 34.84 24.23 65.79 -
YUV 138.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 175 106 213 0.18 0.50 0 0.16 278.69 0.56 0.63
Hex AF 6A D5 12 32 0 10 117 38 3F
Octal 257 152 325 22 62 0 20 427 70 77
Binary 10101111 1101010 11010101 10010 110010 0 10000 100010111 111000 111111

Color Harmonies of #AF6AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6AD5

Black with #AF6AD5

Text Example


Text Example

White with #AF6AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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