Html Css Color HEX #AB61EA Amethyst

📋 copy color: '#AB61EA'

red 171 ◦ green 97 ◦ blue 234

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

Shades of Amethyst #AB61EA

Tints of Amethyst #AB61EA

RGB

 RED value IS 171 (67.19% from 255) = 34.06%

 GREEN value IS 97 (38.28% from 255) = 19.32%

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

R = 34.06%
G = 19.32%
B = 46.61%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB61EA (or 0xAB61EA) is known color: Amethyst. HEX triplet: AB, 61 and EA. RGB value is (171,97,234). Sum of RGB (Red+Green+Blue) = 171+97+234=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB61EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB61EA is #549E15. Grayscale: #868686. Windows color (decimal): -5545494 or 15360427. OLE color: 15360427.

HSL color Cylindrical-coordinate representation of color #AB61EA: hue angle of 272.41º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB61EA is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 97 234 -
CMYK 0.27 0.59 0 0.08
HSL 272.41º 0.77% 0.65% -
HSV(B) 272.41º 0.59% 0.92% -
XYZ 35.92 23.15 80.42 -
YUV 134.74 184.02 153.86 -
System Red Green Blue C M Y K H S L
Decimal 171 97 234 0.27 0.59 0 0.08 272.41 0.77 0.65
Hex AB 61 EA 1B 3B 0 8 110 4D 41
Octal 253 141 352 33 73 0 10 420 115 101
Binary 10101011 1100001 11101010 11011 111011 0 1000 100010000 1001101 1000001

Color Harmonies of #AB61EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61EA

Black with #AB61EA

Text Example


Text Example

White with #AB61EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61EA; }

 p { color: rgb(171,97,234); }

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

background-color css

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

 a { background-color: rgb(171,97,234); }

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

border-color css

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

 span { border-color: rgb(171,97,234); }

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