Html Css Color HEX #AB65E7 Amethyst

📋 copy color: '#AB65E7'

red 171 ◦ green 101 ◦ blue 231

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

Shades of Amethyst #AB65E7

Tints of Amethyst #AB65E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.92%

R = 34%
G = 20.08%
B = 45.92%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB65E7 (or 0xAB65E7) is known color: Amethyst. HEX triplet: AB, 65 and E7. RGB value is (171,101,231). Sum of RGB (Red+Green+Blue) = 171+101+231=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB65E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB65E7 is #549A18. Grayscale: #888888. Windows color (decimal): -5544473 or 15164843. OLE color: 15164843.

HSL color Cylindrical-coordinate representation of color #AB65E7: hue angle of 272.31º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB65E7 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 101 231 -
CMYK 0.26 0.56 0 0.09
HSL 272.31º 0.73% 0.65% -
HSV(B) 272.31º 0.56% 0.91% -
XYZ 35.87 23.73 78.29 -
YUV 136.75 181.19 152.43 -
System Red Green Blue C M Y K H S L
Decimal 171 101 231 0.26 0.56 0 0.09 272.31 0.73 0.65
Hex AB 65 E7 1A 38 0 9 110 49 41
Octal 253 145 347 32 70 0 11 420 111 101
Binary 10101011 1100101 11100111 11010 111000 0 1001 100010000 1001001 1000001

Color Harmonies of #AB65E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB65E7

Black with #AB65E7

Text Example


Text Example

White with #AB65E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB65E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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