Html Css Color HEX #AB65E1 Amethyst

📋 copy color: '#AB65E1'

red 171 ◦ green 101 ◦ blue 225

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

Shades of Amethyst #AB65E1

Tints of Amethyst #AB65E1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.32%

 BLUE value IS 225 (88.28% from 255) = 45.27%

R = 34.41%
G = 20.32%
B = 45.27%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB65E1 (or 0xAB65E1) is known color: Amethyst. HEX triplet: AB, 65 and E1. RGB value is (171,101,225). Sum of RGB (Red+Green+Blue) = 171+101+225=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB65E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB65E1 is #549A1E. Grayscale: #878787. Windows color (decimal): -5544479 or 14771627. OLE color: 14771627.

HSL color Cylindrical-coordinate representation of color #AB65E1: hue angle of 273.87º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB65E1 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 101 225 -
CMYK 0.24 0.55 0 0.12
HSL 273.87º 0.67% 0.64% -
HSV(B) 273.87º 0.55% 0.88% -
XYZ 35.04 23.4 73.9 -
YUV 136.07 178.19 152.92 -
System Red Green Blue C M Y K H S L
Decimal 171 101 225 0.24 0.55 0 0.12 273.87 0.67 0.64
Hex AB 65 E1 18 37 0 C 112 43 40
Octal 253 145 341 30 67 0 14 422 103 100
Binary 10101011 1100101 11100001 11000 110111 0 1100 100010010 1000011 1000000

Color Harmonies of #AB65E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB65E1

Black with #AB65E1

Text Example


Text Example

White with #AB65E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB65E1; }

 p { color: rgb(171,101,225); }

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

background-color css

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

 a { background-color: rgb(171,101,225); }

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

border-color css

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

 span { border-color: rgb(171,101,225); }

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