Html Css Color HEX #A26CBC Purple Mountain's Majesty

📋 copy color: '#A26CBC'

red 162 ◦ green 108 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A26CBC

Tints of Purple Mountain's Majesty #A26CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 35.37%
G = 23.58%
B = 41.05%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A26CBC (or 0xA26CBC) is known color: Purple Mountain's Majesty. HEX triplet: A2, 6C and BC. RGB value is (162,108,188). Sum of RGB (Red+Green+Blue) = 162+108+188=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #A26CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CBC is #5D9343. Grayscale: #858585. Windows color (decimal): -6132548 or 12348578. OLE color: 12348578.

HSL color Cylindrical-coordinate representation of color #A26CBC: hue angle of 280.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A26CBC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 108 188 -
CMYK 0.14 0.43 0 0.26
HSL 280.5º 0.37% 0.58% -
HSV(B) 280.5º 0.43% 0.74% -
XYZ 29.34 22.04 50.28 -
YUV 133.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 162 108 188 0.14 0.43 0 0.26 280.5 0.37 0.58
Hex A2 6C BC E 2B 0 1A 118 25 3A
Octal 242 154 274 16 53 0 32 430 45 72
Binary 10100010 1101100 10111100 1110 101011 0 11010 100011000 100101 111010

Color Harmonies of #A26CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CBC

Black with #A26CBC

Text Example


Text Example

White with #A26CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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