Html Css Color HEX #AF68EA Amethyst

📋 copy color: '#AF68EA'

red 175 ◦ green 104 ◦ blue 234

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

Shades of Amethyst #AF68EA

Tints of Amethyst #AF68EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 34.11%
G = 20.27%
B = 45.61%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF68EA (or 0xAF68EA) is known color: Amethyst. HEX triplet: AF, 68 and EA. RGB value is (175,104,234). Sum of RGB (Red+Green+Blue) = 175+104+234=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF68EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF68EA is #509715. Grayscale: #8B8B8B. Windows color (decimal): -5281558 or 15362223. OLE color: 15362223.

HSL color Cylindrical-coordinate representation of color #AF68EA: hue angle of 272.77º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF68EA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 104 234 -
CMYK 0.25 0.56 0 0.08
HSL 272.77º 0.76% 0.66% -
HSV(B) 272.77º 0.56% 0.92% -
XYZ 37.48 24.96 80.68 -
YUV 140.05 181.02 152.93 -
System Red Green Blue C M Y K H S L
Decimal 175 104 234 0.25 0.56 0 0.08 272.77 0.76 0.66
Hex AF 68 EA 19 38 0 8 111 4C 42
Octal 257 150 352 31 70 0 10 421 114 102
Binary 10101111 1101000 11101010 11001 111000 0 1000 100010001 1001100 1000010

Color Harmonies of #AF68EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68EA

Black with #AF68EA

Text Example


Text Example

White with #AF68EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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