Html Css Color HEX #A26FDA Amethyst

📋 copy color: '#A26FDA'

red 162 ◦ green 111 ◦ blue 218

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

Shades of Amethyst #A26FDA

Tints of Amethyst #A26FDA

RGB

 RED value IS 162 (63.67% from 255) = 32.99%

 GREEN value IS 111 (43.75% from 255) = 22.61%

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 32.99%
G = 22.61%
B = 44.4%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A26FDA (or 0xA26FDA) is known color: Amethyst. HEX triplet: A2, 6F and DA. RGB value is (162,111,218). Sum of RGB (Red+Green+Blue) = 162+111+218=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #A26FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FDA is #5D9025. Grayscale: #8A8A8A. Windows color (decimal): -6131750 or 14315426. OLE color: 14315426.

HSL color Cylindrical-coordinate representation of color #A26FDA: hue angle of 268.6º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A26FDA is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 111 218 -
CMYK 0.26 0.49 0 0.15
HSL 268.6º 0.59% 0.65% -
HSV(B) 268.6º 0.49% 0.85% -
XYZ 33.24 24.11 69.23 -
YUV 138.45 172.9 144.8 -
System Red Green Blue C M Y K H S L
Decimal 162 111 218 0.26 0.49 0 0.15 268.6 0.59 0.65
Hex A2 6F DA 1A 31 0 F 10D 3B 41
Octal 242 157 332 32 61 0 17 415 73 101
Binary 10100010 1101111 11011010 11010 110001 0 1111 100001101 111011 1000001

Color Harmonies of #A26FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26FDA

Black with #A26FDA

Text Example


Text Example

White with #A26FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26FDA; }

 p { color: rgb(162,111,218); }

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

background-color css

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

 a { background-color: rgb(162,111,218); }

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

border-color css

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

 span { border-color: rgb(162,111,218); }

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