Html Css Color HEX #A270BC Purple Mountain's Majesty

📋 copy color: '#A270BC'

red 162 ◦ green 112 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A270BC

Tints of Purple Mountain's Majesty #A270BC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.24%

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

R = 35.06%
G = 24.24%
B = 40.69%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A270BC (or 0xA270BC) is known color: Purple Mountain's Majesty. HEX triplet: A2, 70 and BC. RGB value is (162,112,188). Sum of RGB (Red+Green+Blue) = 162+112+188=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #A270BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270BC is #5D8F43. Grayscale: #878787. Windows color (decimal): -6131524 or 12349602. OLE color: 12349602.

HSL color Cylindrical-coordinate representation of color #A270BC: hue angle of 279.47º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A270BC is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 112 188 -
CMYK 0.14 0.40 0 0.26
HSL 279.47º 0.36% 0.59% -
HSV(B) 279.47º 0.4% 0.74% -
XYZ 29.77 22.9 50.43 -
YUV 135.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 162 112 188 0.14 0.40 0 0.26 279.47 0.36 0.59
Hex A2 70 BC E 28 0 1A 117 24 3B
Octal 242 160 274 16 50 0 32 427 44 73
Binary 10100010 1110000 10111100 1110 101000 0 11010 100010111 100100 111011

Color Harmonies of #A270BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270BC

Black with #A270BC

Text Example


Text Example

White with #A270BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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