Html Css Color HEX #AF70D8 Amethyst

📋 copy color: '#AF70D8'

red 175 ◦ green 112 ◦ blue 216

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

Shades of Amethyst #AF70D8

Tints of Amethyst #AF70D8

RGB

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

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

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

R = 34.79%
G = 22.27%
B = 42.94%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF70D8 (or 0xAF70D8) is known color: Amethyst. HEX triplet: AF, 70 and D8. RGB value is (175,112,216). Sum of RGB (Red+Green+Blue) = 175+112+216=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF70D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70D8 is #508F27. Grayscale: #8E8E8E. Windows color (decimal): -5279528 or 14184623. OLE color: 14184623.

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

Color convert

RGB 175 112 216 -
CMYK 0.19 0.48 0 0.15
HSL 276.35º 0.57% 0.64% -
HSV(B) 276.35º 0.48% 0.85% -
XYZ 35.87 25.66 68.03 -
YUV 142.69 169.37 151.04 -
System Red Green Blue C M Y K H S L
Decimal 175 112 216 0.19 0.48 0 0.15 276.35 0.57 0.64
Hex AF 70 D8 13 30 0 F 114 39 40
Octal 257 160 330 23 60 0 17 424 71 100
Binary 10101111 1110000 11011000 10011 110000 0 1111 100010100 111001 1000000

Color Harmonies of #AF70D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70D8

Black with #AF70D8

Text Example


Text Example

White with #AF70D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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