Html Css Color HEX #AF72D6 Amethyst

📋 copy color: '#AF72D6'

red 175 ◦ green 114 ◦ blue 214

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

Shades of Amethyst #AF72D6

Tints of Amethyst #AF72D6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.66%

 BLUE value IS 214 (83.98% from 255) = 42.54%

R = 34.79%
G = 22.66%
B = 42.54%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF72D6 (or 0xAF72D6) is known color: Amethyst. HEX triplet: AF, 72 and D6. RGB value is (175,114,214). Sum of RGB (Red+Green+Blue) = 175+114+214=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF72D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72D6 is #508D29. Grayscale: #8F8F8F. Windows color (decimal): -5279018 or 14054063. OLE color: 14054063.

HSL color Cylindrical-coordinate representation of color #AF72D6: hue angle of 276.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF72D6 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 114 214 -
CMYK 0.18 0.47 0 0.16
HSL 276.6º 0.55% 0.64% -
HSV(B) 276.6º 0.47% 0.84% -
XYZ 35.83 26 66.75 -
YUV 143.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 175 114 214 0.18 0.47 0 0.16 276.6 0.55 0.64
Hex AF 72 D6 12 2F 0 10 115 37 40
Octal 257 162 326 22 57 0 20 425 67 100
Binary 10101111 1110010 11010110 10010 101111 0 10000 100010101 110111 1000000

Color Harmonies of #AF72D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF72D6

Black with #AF72D6

Text Example


Text Example

White with #AF72D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF72D6; }

 p { color: rgb(175,114,214); }

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

background-color css

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

 a { background-color: rgb(175,114,214); }

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

border-color css

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

 span { border-color: rgb(175,114,214); }

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