Html Css Color HEX #A26BD2 Amethyst

📋 copy color: '#A26BD2'

red 162 ◦ green 107 ◦ blue 210

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

Shades of Amethyst #A26BD2

Tints of Amethyst #A26BD2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.34%

 BLUE value IS 210 (82.42% from 255) = 43.84%

R = 33.82%
G = 22.34%
B = 43.84%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A26BD2 (or 0xA26BD2) is known color: Amethyst. HEX triplet: A2, 6B and D2. RGB value is (162,107,210). Sum of RGB (Red+Green+Blue) = 162+107+210=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 210 - color contains mainly: blue. Hex color #A26BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BD2 is #5D942D. Grayscale: #868686. Windows color (decimal): -6132782 or 13790114. OLE color: 13790114.

HSL color Cylindrical-coordinate representation of color #A26BD2: hue angle of 272.04º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A26BD2 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 107 210 -
CMYK 0.23 0.49 0 0.18
HSL 272.04º 0.53% 0.62% -
HSV(B) 272.04º 0.49% 0.82% -
XYZ 31.79 22.85 63.71 -
YUV 135.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 162 107 210 0.23 0.49 0 0.18 272.04 0.53 0.62
Hex A2 6B D2 17 31 0 12 110 35 3E
Octal 242 153 322 27 61 0 22 420 65 76
Binary 10100010 1101011 11010010 10111 110001 0 10010 100010000 110101 111110

Color Harmonies of #A26BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26BD2

Black with #A26BD2

Text Example


Text Example

White with #A26BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26BD2; }

 p { color: rgb(162,107,210); }

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

background-color css

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

 a { background-color: rgb(162,107,210); }

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

border-color css

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

 span { border-color: rgb(162,107,210); }

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