Html Css Color HEX #AF70D1 Amethyst

📋 copy color: '#AF70D1'

red 175 ◦ green 112 ◦ blue 209

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

Shades of Amethyst #AF70D1

Tints of Amethyst #AF70D1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.58%

 BLUE value IS 209 (82.03% from 255) = 42.14%

R = 35.28%
G = 22.58%
B = 42.14%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF70D1 (or 0xAF70D1) is known color: Amethyst. HEX triplet: AF, 70 and D1. RGB value is (175,112,209). Sum of RGB (Red+Green+Blue) = 175+112+209=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF70D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70D1 is #508F2E. Grayscale: #8D8D8D. Windows color (decimal): -5279535 or 13725871. OLE color: 13725871.

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

Color convert

RGB 175 112 209 -
CMYK 0.16 0.46 0 0.18
HSL 278.97º 0.51% 0.63% -
HSV(B) 278.97º 0.46% 0.82% -
XYZ 34.98 25.31 63.36 -
YUV 141.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 175 112 209 0.16 0.46 0 0.18 278.97 0.51 0.63
Hex AF 70 D1 10 2E 0 12 117 33 3F
Octal 257 160 321 20 56 0 22 427 63 77
Binary 10101111 1110000 11010001 10000 101110 0 10010 100010111 110011 111111

Color Harmonies of #AF70D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70D1

Black with #AF70D1

Text Example


Text Example

White with #AF70D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70D1; }

 p { color: rgb(175,112,209); }

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

background-color css

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

 a { background-color: rgb(175,112,209); }

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

border-color css

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

 span { border-color: rgb(175,112,209); }

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