Html Css Color HEX #AF70D5 Amethyst

📋 copy color: '#AF70D5'

red 175 ◦ green 112 ◦ blue 213

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

Shades of Amethyst #AF70D5

Tints of Amethyst #AF70D5

RGB

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

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

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

R = 35%
G = 22.4%
B = 42.6%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF70D5 (or 0xAF70D5) is known color: Amethyst. HEX triplet: AF, 70 and D5. RGB value is (175,112,213). Sum of RGB (Red+Green+Blue) = 175+112+213=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF70D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70D5 is #508F2A. Grayscale: #8E8E8E. Windows color (decimal): -5279531 or 13988015. OLE color: 13988015.

HSL color Cylindrical-coordinate representation of color #AF70D5: hue angle of 277.43º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF70D5 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 112 213 -
CMYK 0.18 0.47 0 0.16
HSL 277.43º 0.55% 0.64% -
HSV(B) 277.43º 0.47% 0.84% -
XYZ 35.48 25.51 66 -
YUV 142.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 175 112 213 0.18 0.47 0 0.16 277.43 0.55 0.64
Hex AF 70 D5 12 2F 0 10 115 37 40
Octal 257 160 325 22 57 0 20 425 67 100
Binary 10101111 1110000 11010101 10010 101111 0 10000 100010101 110111 1000000

Color Harmonies of #AF70D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70D5

Black with #AF70D5

Text Example


Text Example

White with #AF70D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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