Html Css Color HEX #AF74DE Amethyst

📋 copy color: '#AF74DE'

red 175 ◦ green 116 ◦ blue 222

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

Shades of Amethyst #AF74DE

Tints of Amethyst #AF74DE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.61%

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

R = 34.11%
G = 22.61%
B = 43.27%

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

#AF74DE (or 0xAF74DE) is known color: Amethyst. HEX triplet: AF, 74 and DE. RGB value is (175,116,222). Sum of RGB (Red+Green+Blue) = 175+116+222=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF74DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74DE is #508B21. Grayscale: #919191. Windows color (decimal): -5278498 or 14578863. OLE color: 14578863.

HSL color Cylindrical-coordinate representation of color #AF74DE: hue angle of 273.4º 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 #AF74DE is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 116 222 -
CMYK 0.21 0.48 0 0.13
HSL 273.4º 0.62% 0.66% -
HSV(B) 273.4º 0.48% 0.87% -
XYZ 37.11 26.88 72.34 -
YUV 145.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 175 116 222 0.21 0.48 0 0.13 273.4 0.62 0.66
Hex AF 74 DE 15 30 0 D 111 3E 42
Octal 257 164 336 25 60 0 15 421 76 102
Binary 10101111 1110100 11011110 10101 110000 0 1101 100010001 111110 1000010

Color Harmonies of #AF74DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74DE

Black with #AF74DE

Text Example


Text Example

White with #AF74DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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