Html Css Color HEX #AF70D3 Amethyst

📋 copy color: '#AF70D3'

red 175 ◦ green 112 ◦ blue 211

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

Shades of Amethyst #AF70D3

Tints of Amethyst #AF70D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.37%

R = 35.14%
G = 22.49%
B = 42.37%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF70D3 (or 0xAF70D3) is known color: Amethyst. HEX triplet: AF, 70 and D3. RGB value is (175,112,211). Sum of RGB (Red+Green+Blue) = 175+112+211=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF70D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70D3 is #508F2C. Grayscale: #8D8D8D. Windows color (decimal): -5279533 or 13856943. OLE color: 13856943.

HSL color Cylindrical-coordinate representation of color #AF70D3: hue angle of 278.18º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF70D3 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 112 211 -
CMYK 0.17 0.47 0 0.17
HSL 278.18º 0.53% 0.63% -
HSV(B) 278.18º 0.47% 0.83% -
XYZ 35.23 25.41 64.67 -
YUV 142.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 175 112 211 0.17 0.47 0 0.17 278.18 0.53 0.63
Hex AF 70 D3 11 2F 0 11 116 35 3F
Octal 257 160 323 21 57 0 21 426 65 77
Binary 10101111 1110000 11010011 10001 101111 0 10001 100010110 110101 111111

Color Harmonies of #AF70D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70D3

Black with #AF70D3

Text Example


Text Example

White with #AF70D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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