Html Css Color HEX #A670BE Purple Mountain's Majesty

📋 copy color: '#A670BE'

red 166 ◦ green 112 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A670BE

Tints of Purple Mountain's Majesty #A670BE

RGB

 RED value IS 166 (65.23% from 255) = 35.47%

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

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 35.47%
G = 23.93%
B = 40.6%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A670BE (or 0xA670BE) is known color: Purple Mountain's Majesty. HEX triplet: A6, 70 and BE. RGB value is (166,112,190). Sum of RGB (Red+Green+Blue) = 166+112+190=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #A670BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670BE is #598F41. Grayscale: #888888. Windows color (decimal): -5869378 or 12480678. OLE color: 12480678.

HSL color Cylindrical-coordinate representation of color #A670BE: hue angle of 281.54º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A670BE is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 112 190 -
CMYK 0.13 0.41 0 0.25
HSL 281.54º 0.38% 0.59% -
HSV(B) 281.54º 0.41% 0.75% -
XYZ 30.81 23.41 51.61 -
YUV 137.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 166 112 190 0.13 0.41 0 0.25 281.54 0.38 0.59
Hex A6 70 BE D 29 0 19 11A 26 3B
Octal 246 160 276 15 51 0 31 432 46 73
Binary 10100110 1110000 10111110 1101 101001 0 11001 100011010 100110 111011

Color Harmonies of #A670BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670BE

Black with #A670BE

Text Example


Text Example

White with #A670BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670BE; }

 p { color: rgb(166,112,190); }

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

background-color css

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

 a { background-color: rgb(166,112,190); }

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

border-color css

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

 span { border-color: rgb(166,112,190); }

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