Html Css Color HEX #AF68E6 Amethyst

📋 copy color: '#AF68E6'

red 175 ◦ green 104 ◦ blue 230

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

Shades of Amethyst #AF68E6

Tints of Amethyst #AF68E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.19%

R = 34.38%
G = 20.43%
B = 45.19%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF68E6 (or 0xAF68E6) is known color: Amethyst. HEX triplet: AF, 68 and E6. RGB value is (175,104,230). Sum of RGB (Red+Green+Blue) = 175+104+230=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF68E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF68E6 is #509719. Grayscale: #8B8B8B. Windows color (decimal): -5281562 or 15100079. OLE color: 15100079.

HSL color Cylindrical-coordinate representation of color #AF68E6: hue angle of 273.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF68E6 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 104 230 -
CMYK 0.24 0.55 0 0.10
HSL 273.81º 0.72% 0.65% -
HSV(B) 273.81º 0.55% 0.9% -
XYZ 36.91 24.73 77.69 -
YUV 139.59 179.02 153.25 -
System Red Green Blue C M Y K H S L
Decimal 175 104 230 0.24 0.55 0 0.10 273.81 0.72 0.65
Hex AF 68 E6 18 37 0 A 112 48 41
Octal 257 150 346 30 67 0 12 422 110 101
Binary 10101111 1101000 11100110 11000 110111 0 1010 100010010 1001000 1000001

Color Harmonies of #AF68E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68E6

Black with #AF68E6

Text Example


Text Example

White with #AF68E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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