Html Css Color HEX #A07ABC Purple Mountain's Majesty

📋 copy color: '#A07ABC'

red 160 ◦ green 122 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A07ABC

Tints of Purple Mountain's Majesty #A07ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.96%

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

R = 34.04%
G = 25.96%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A07ABC (or 0xA07ABC) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7A and BC. RGB value is (160,122,188). Sum of RGB (Red+Green+Blue) = 160+122+188=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #A07ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ABC is #5F8543. Grayscale: #8C8C8C. Windows color (decimal): -6260036 or 12352160. OLE color: 12352160.

HSL color Cylindrical-coordinate representation of color #A07ABC: hue angle of 274.55º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A07ABC is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 122 188 -
CMYK 0.15 0.35 0 0.26
HSL 274.55º 0.33% 0.61% -
HSV(B) 274.55º 0.35% 0.74% -
XYZ 30.53 25.02 50.8 -
YUV 140.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 160 122 188 0.15 0.35 0 0.26 274.55 0.33 0.61
Hex A0 7A BC F 23 0 1A 113 21 3D
Octal 240 172 274 17 43 0 32 423 41 75
Binary 10100000 1111010 10111100 1111 100011 0 11010 100010011 100001 111101

Color Harmonies of #A07ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07ABC

Black with #A07ABC

Text Example


Text Example

White with #A07ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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