Html Css Color HEX #A26CD7 Amethyst

📋 copy color: '#A26CD7'

red 162 ◦ green 108 ◦ blue 215

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

Shades of Amethyst #A26CD7

Tints of Amethyst #A26CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.33%

R = 33.4%
G = 22.27%
B = 44.33%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A26CD7 (or 0xA26CD7) is known color: Amethyst. HEX triplet: A2, 6C and D7. RGB value is (162,108,215). Sum of RGB (Red+Green+Blue) = 162+108+215=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #A26CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CD7 is #5D9328. Grayscale: #878787. Windows color (decimal): -6132521 or 14118050. OLE color: 14118050.

HSL color Cylindrical-coordinate representation of color #A26CD7: hue angle of 270.28º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A26CD7 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 108 215 -
CMYK 0.25 0.50 0 0.16
HSL 270.28º 0.57% 0.63% -
HSV(B) 270.28º 0.5% 0.84% -
XYZ 32.53 23.31 67.08 -
YUV 136.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 162 108 215 0.25 0.50 0 0.16 270.28 0.57 0.63
Hex A2 6C D7 19 32 0 10 10E 39 3F
Octal 242 154 327 31 62 0 20 416 71 77
Binary 10100010 1101100 11010111 11001 110010 0 10000 100001110 111001 111111

Color Harmonies of #A26CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CD7

Black with #A26CD7

Text Example


Text Example

White with #A26CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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