Html Css Color HEX #AF70DA Amethyst

📋 copy color: '#AF70DA'

red 175 ◦ green 112 ◦ blue 218

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

Shades of Amethyst #AF70DA

Tints of Amethyst #AF70DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 34.65%
G = 22.18%
B = 43.17%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF70DA (or 0xAF70DA) is known color: Amethyst. HEX triplet: AF, 70 and DA. RGB value is (175,112,218). Sum of RGB (Red+Green+Blue) = 175+112+218=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF70DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70DA is #508F25. Grayscale: #8E8E8E. Windows color (decimal): -5279526 or 14315695. OLE color: 14315695.

HSL color Cylindrical-coordinate representation of color #AF70DA: hue angle of 275.66º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF70DA is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 112 218 -
CMYK 0.20 0.49 0 0.15
HSL 275.66º 0.59% 0.65% -
HSV(B) 275.66º 0.49% 0.85% -
XYZ 36.13 25.76 69.4 -
YUV 142.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 175 112 218 0.20 0.49 0 0.15 275.66 0.59 0.65
Hex AF 70 DA 14 31 0 F 114 3B 41
Octal 257 160 332 24 61 0 17 424 73 101
Binary 10101111 1110000 11011010 10100 110001 0 1111 100010100 111011 1000001

Color Harmonies of #AF70DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70DA

Black with #AF70DA

Text Example


Text Example

White with #AF70DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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