Html Css Color HEX #A06BBB Purple Mountain's Majesty

📋 copy color: '#A06BBB'

red 160 ◦ green 107 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A06BBB

Tints of Purple Mountain's Majesty #A06BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.57%

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 35.24%
G = 23.57%
B = 41.19%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A06BBB (or 0xA06BBB) is known color: Purple Mountain's Majesty. HEX triplet: A0, 6B and BB. RGB value is (160,107,187). Sum of RGB (Red+Green+Blue) = 160+107+187=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #A06BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BBB is #5F9444. Grayscale: #838383. Windows color (decimal): -6263877 or 12282784. OLE color: 12282784.

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

Color convert

RGB 160 107 187 -
CMYK 0.14 0.43 0 0.27
HSL 279.75º 0.37% 0.58% -
HSV(B) 279.75º 0.43% 0.73% -
XYZ 28.72 21.58 49.66 -
YUV 131.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 160 107 187 0.14 0.43 0 0.27 279.75 0.37 0.58
Hex A0 6B BB E 2B 0 1B 118 25 3A
Octal 240 153 273 16 53 0 33 430 45 72
Binary 10100000 1101011 10111011 1110 101011 0 11011 100011000 100101 111010

Color Harmonies of #A06BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BBB

Black with #A06BBB

Text Example


Text Example

White with #A06BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BBB; }

 p { color: rgb(160,107,187); }

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

background-color css

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

 a { background-color: rgb(160,107,187); }

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

border-color css

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

 span { border-color: rgb(160,107,187); }

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