Html Css Color HEX #AF78D9 Amethyst

📋 copy color: '#AF78D9'

red 175 ◦ green 120 ◦ blue 217

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

Shades of Amethyst #AF78D9

Tints of Amethyst #AF78D9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.44%

 BLUE value IS 217 (85.16% from 255) = 42.38%

R = 34.18%
G = 23.44%
B = 42.38%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF78D9 (or 0xAF78D9) is known color: Amethyst. HEX triplet: AF, 78 and D9. RGB value is (175,120,217). Sum of RGB (Red+Green+Blue) = 175+120+217=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF78D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78D9 is #508726. Grayscale: #939393. Windows color (decimal): -5277479 or 14252207. OLE color: 14252207.

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

Color convert

RGB 175 120 217 -
CMYK 0.19 0.45 0 0.15
HSL 274.02º 0.56% 0.66% -
HSV(B) 274.02º 0.45% 0.85% -
XYZ 36.92 27.56 69.02 -
YUV 147.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 175 120 217 0.19 0.45 0 0.15 274.02 0.56 0.66
Hex AF 78 D9 13 2D 0 F 112 38 42
Octal 257 170 331 23 55 0 17 422 70 102
Binary 10101111 1111000 11011001 10011 101101 0 1111 100010010 111000 1000010

Color Harmonies of #AF78D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF78D9

Black with #AF78D9

Text Example


Text Example

White with #AF78D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF78D9; }

 p { color: rgb(175,120,217); }

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

background-color css

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

 a { background-color: rgb(175,120,217); }

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

border-color css

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

 span { border-color: rgb(175,120,217); }

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