Html Css Color HEX #A06CBC Purple Mountain's Majesty

📋 copy color: '#A06CBC'

red 160 ◦ green 108 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A06CBC

Tints of Purple Mountain's Majesty #A06CBC

RGB

 RED value IS 160 (62.89% from 255) = 35.09%

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

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

R = 35.09%
G = 23.68%
B = 41.23%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A06CBC (or 0xA06CBC) is known color: Purple Mountain's Majesty. HEX triplet: A0, 6C and BC. RGB value is (160,108,188). Sum of RGB (Red+Green+Blue) = 160+108+188=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #A06CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CBC is #5F9343. Grayscale: #848484. Windows color (decimal): -6263620 or 12348576. OLE color: 12348576.

HSL color Cylindrical-coordinate representation of color #A06CBC: hue angle of 279º 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 #A06CBC is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 108 188 -
CMYK 0.15 0.43 0 0.26
HSL 279º 0.37% 0.58% -
HSV(B) 279º 0.43% 0.74% -
XYZ 28.94 21.83 50.27 -
YUV 132.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 160 108 188 0.15 0.43 0 0.26 279 0.37 0.58
Hex A0 6C BC F 2B 0 1A 117 25 3A
Octal 240 154 274 17 53 0 32 427 45 72
Binary 10100000 1101100 10111100 1111 101011 0 11010 100010111 100101 111010

Color Harmonies of #A06CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CBC

Black with #A06CBC

Text Example


Text Example

White with #A06CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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