Html Css Color HEX #A26DCE Amethyst

📋 copy color: '#A26DCE'

red 162 ◦ green 109 ◦ blue 206

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

Shades of Amethyst #A26DCE

Tints of Amethyst #A26DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.85%

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 33.96%
G = 22.85%
B = 43.19%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A26DCE (or 0xA26DCE) is known color: Amethyst. HEX triplet: A2, 6D and CE. RGB value is (162,109,206). Sum of RGB (Red+Green+Blue) = 162+109+206=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #A26DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DCE is #5D9231. Grayscale: #878787. Windows color (decimal): -6132274 or 13528482. OLE color: 13528482.

HSL color Cylindrical-coordinate representation of color #A26DCE: hue angle of 272.78º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A26DCE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 109 206 -
CMYK 0.21 0.47 0 0.19
HSL 272.78º 0.5% 0.62% -
HSV(B) 272.78º 0.47% 0.81% -
XYZ 31.51 23.07 61.19 -
YUV 135.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 162 109 206 0.21 0.47 0 0.19 272.78 0.5 0.62
Hex A2 6D CE 15 2F 0 13 111 32 3E
Octal 242 155 316 25 57 0 23 421 62 76
Binary 10100010 1101101 11001110 10101 101111 0 10011 100010001 110010 111110

Color Harmonies of #A26DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26DCE

Black with #A26DCE

Text Example


Text Example

White with #A26DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26DCE; }

 p { color: rgb(162,109,206); }

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

background-color css

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

 a { background-color: rgb(162,109,206); }

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

border-color css

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

 span { border-color: rgb(162,109,206); }

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