Html Css Color HEX #AF78DA Amethyst

📋 copy color: '#AF78DA'

red 175 ◦ green 120 ◦ blue 218

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

Shades of Amethyst #AF78DA

Tints of Amethyst #AF78DA

RGB

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

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

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

R = 34.11%
G = 23.39%
B = 42.5%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF78DA (or 0xAF78DA) is known color: Amethyst. HEX triplet: AF, 78 and DA. RGB value is (175,120,218). Sum of RGB (Red+Green+Blue) = 175+120+218=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF78DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78DA is #508725. Grayscale: #939393. Windows color (decimal): -5277478 or 14317743. OLE color: 14317743.

HSL color Cylindrical-coordinate representation of color #AF78DA: hue angle of 273.67º degrees, saturation: 0.57, 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 #AF78DA is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 120 218 -
CMYK 0.20 0.45 0 0.15
HSL 273.67º 0.57% 0.66% -
HSV(B) 273.67º 0.45% 0.85% -
XYZ 37.05 27.61 69.71 -
YUV 147.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 175 120 218 0.20 0.45 0 0.15 273.67 0.57 0.66
Hex AF 78 DA 14 2D 0 F 112 39 42
Octal 257 170 332 24 55 0 17 422 71 102
Binary 10101111 1111000 11011010 10100 101101 0 1111 100010010 111001 1000010

Color Harmonies of #AF78DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF78DA

Black with #AF78DA

Text Example


Text Example

White with #AF78DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF78DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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