Html Css Color HEX #AF70D0 Amethyst

📋 copy color: '#AF70D0'

red 175 ◦ green 112 ◦ blue 208

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

Shades of Amethyst #AF70D0

Tints of Amethyst #AF70D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.02%

R = 35.35%
G = 22.63%
B = 42.02%

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

#AF70D0 (or 0xAF70D0) is known color: Amethyst. HEX triplet: AF, 70 and D0. RGB value is (175,112,208). Sum of RGB (Red+Green+Blue) = 175+112+208=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF70D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70D0 is #508F2F. Grayscale: #8D8D8D. Windows color (decimal): -5279536 or 13660335. OLE color: 13660335.

HSL color Cylindrical-coordinate representation of color #AF70D0: hue angle of 279.38º 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 #AF70D0 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 112 208 -
CMYK 0.16 0.46 0 0.18
HSL 279.38º 0.51% 0.63% -
HSV(B) 279.38º 0.46% 0.82% -
XYZ 34.86 25.26 62.71 -
YUV 141.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 175 112 208 0.16 0.46 0 0.18 279.38 0.51 0.63
Hex AF 70 D0 10 2E 0 12 117 33 3F
Octal 257 160 320 20 56 0 22 427 63 77
Binary 10101111 1110000 11010000 10000 101110 0 10010 100010111 110011 111111

Color Harmonies of #AF70D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70D0

Black with #AF70D0

Text Example


Text Example

White with #AF70D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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