Html Css Color HEX #AF73DE Amethyst

📋 copy color: '#AF73DE'

red 175 ◦ green 115 ◦ blue 222

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

Shades of Amethyst #AF73DE

Tints of Amethyst #AF73DE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.46%

 BLUE value IS 222 (87.11% from 255) = 43.36%

R = 34.18%
G = 22.46%
B = 43.36%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF73DE (or 0xAF73DE) is known color: Amethyst. HEX triplet: AF, 73 and DE. RGB value is (175,115,222). Sum of RGB (Red+Green+Blue) = 175+115+222=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF73DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73DE is #508C21. Grayscale: #909090. Windows color (decimal): -5278754 or 14578607. OLE color: 14578607.

HSL color Cylindrical-coordinate representation of color #AF73DE: hue angle of 273.64º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF73DE is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 115 222 -
CMYK 0.21 0.48 0 0.13
HSL 273.64º 0.62% 0.66% -
HSV(B) 273.64º 0.48% 0.87% -
XYZ 36.99 26.65 72.3 -
YUV 145.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 175 115 222 0.21 0.48 0 0.13 273.64 0.62 0.66
Hex AF 73 DE 15 30 0 D 112 3E 42
Octal 257 163 336 25 60 0 15 422 76 102
Binary 10101111 1110011 11011110 10101 110000 0 1101 100010010 111110 1000010

Color Harmonies of #AF73DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73DE

Black with #AF73DE

Text Example


Text Example

White with #AF73DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73DE; }

 p { color: rgb(175,115,222); }

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

background-color css

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

 a { background-color: rgb(175,115,222); }

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

border-color css

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

 span { border-color: rgb(175,115,222); }

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