Html Css Color HEX #AF68DF Amethyst

📋 copy color: '#AF68DF'

red 175 ◦ green 104 ◦ blue 223

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

Shades of Amethyst #AF68DF

Tints of Amethyst #AF68DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.72%

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 34.86%
G = 20.72%
B = 44.42%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF68DF (or 0xAF68DF) is known color: Amethyst. HEX triplet: AF, 68 and DF. RGB value is (175,104,223). Sum of RGB (Red+Green+Blue) = 175+104+223=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF68DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68DF is #509720. Grayscale: #8A8A8A. Windows color (decimal): -5281569 or 14641327. OLE color: 14641327.

HSL color Cylindrical-coordinate representation of color #AF68DF: hue angle of 275.8º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF68DF is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 104 223 -
CMYK 0.22 0.53 0 0.13
HSL 275.8º 0.65% 0.64% -
HSV(B) 275.8º 0.53% 0.87% -
XYZ 35.95 24.34 72.62 -
YUV 138.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 175 104 223 0.22 0.53 0 0.13 275.8 0.65 0.64
Hex AF 68 DF 16 35 0 D 114 41 40
Octal 257 150 337 26 65 0 15 424 101 100
Binary 10101111 1101000 11011111 10110 110101 0 1101 100010100 1000001 1000000

Color Harmonies of #AF68DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68DF

Black with #AF68DF

Text Example


Text Example

White with #AF68DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68DF; }

 p { color: rgb(175,104,223); }

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

background-color css

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

 a { background-color: rgb(175,104,223); }

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

border-color css

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

 span { border-color: rgb(175,104,223); }

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