Html Css Color HEX #A26CD2 Amethyst

📋 copy color: '#A26CD2'

red 162 ◦ green 108 ◦ blue 210

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

Shades of Amethyst #A26CD2

Tints of Amethyst #A26CD2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.5%

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

R = 33.75%
G = 22.5%
B = 43.75%

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

#A26CD2 (or 0xA26CD2) is known color: Amethyst. HEX triplet: A2, 6C and D2. RGB value is (162,108,210). Sum of RGB (Red+Green+Blue) = 162+108+210=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #A26CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CD2 is #5D932D. Grayscale: #878787. Windows color (decimal): -6132526 or 13790370. OLE color: 13790370.

HSL color Cylindrical-coordinate representation of color #A26CD2: hue angle of 271.76º 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 #A26CD2 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 108 210 -
CMYK 0.23 0.49 0 0.18
HSL 271.76º 0.53% 0.62% -
HSV(B) 271.76º 0.49% 0.82% -
XYZ 31.9 23.06 63.74 -
YUV 135.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 162 108 210 0.23 0.49 0 0.18 271.76 0.53 0.62
Hex A2 6C D2 17 31 0 12 110 35 3E
Octal 242 154 322 27 61 0 22 420 65 76
Binary 10100010 1101100 11010010 10111 110001 0 10010 100010000 110101 111110

Color Harmonies of #A26CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CD2

Black with #A26CD2

Text Example


Text Example

White with #A26CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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