Html Css Color HEX #AF68E2 Amethyst

📋 copy color: '#AF68E2'

red 175 ◦ green 104 ◦ blue 226

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

Shades of Amethyst #AF68E2

Tints of Amethyst #AF68E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.75%

R = 34.65%
G = 20.59%
B = 44.75%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF68E2 (or 0xAF68E2) is known color: Amethyst. HEX triplet: AF, 68 and E2. RGB value is (175,104,226). Sum of RGB (Red+Green+Blue) = 175+104+226=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF68E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68E2 is #50971D. Grayscale: #8A8A8A. Windows color (decimal): -5281566 or 14837935. OLE color: 14837935.

HSL color Cylindrical-coordinate representation of color #AF68E2: hue angle of 274.92º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF68E2 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 104 226 -
CMYK 0.23 0.54 0 0.11
HSL 274.92º 0.68% 0.65% -
HSV(B) 274.92º 0.54% 0.89% -
XYZ 36.36 24.51 74.77 -
YUV 139.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 175 104 226 0.23 0.54 0 0.11 274.92 0.68 0.65
Hex AF 68 E2 17 36 0 B 113 44 41
Octal 257 150 342 27 66 0 13 423 104 101
Binary 10101111 1101000 11100010 10111 110110 0 1011 100010011 1000100 1000001

Color Harmonies of #AF68E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68E2

Black with #AF68E2

Text Example


Text Example

White with #AF68E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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