Html Css Color HEX #A374BE Purple Mountain's Majesty

📋 copy color: '#A374BE'

red 163 ◦ green 116 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A374BE

Tints of Purple Mountain's Majesty #A374BE

RGB

 RED value IS 163 (64.06% from 255) = 34.75%

 GREEN value IS 116 (45.7% from 255) = 24.73%

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

R = 34.75%
G = 24.73%
B = 40.51%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A374BE (or 0xA374BE) is known color: Purple Mountain's Majesty. HEX triplet: A3, 74 and BE. RGB value is (163,116,190). Sum of RGB (Red+Green+Blue) = 163+116+190=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #A374BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374BE is #5C8B41. Grayscale: #8A8A8A. Windows color (decimal): -6064962 or 12481699. OLE color: 12481699.

HSL color Cylindrical-coordinate representation of color #A374BE: hue angle of 278.11º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A374BE is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 116 190 -
CMYK 0.14 0.39 0 0.25
HSL 278.11º 0.36% 0.6% -
HSV(B) 278.11º 0.39% 0.75% -
XYZ 30.64 24 51.73 -
YUV 138.49 157.07 145.48 -
System Red Green Blue C M Y K H S L
Decimal 163 116 190 0.14 0.39 0 0.25 278.11 0.36 0.6
Hex A3 74 BE E 27 0 19 116 24 3C
Octal 243 164 276 16 47 0 31 426 44 74
Binary 10100011 1110100 10111110 1110 100111 0 11001 100010110 100100 111100

Color Harmonies of #A374BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A374BE

Black with #A374BE

Text Example


Text Example

White with #A374BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A374BE; }

 p { color: rgb(163,116,190); }

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

background-color css

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

 a { background-color: rgb(163,116,190); }

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

border-color css

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

 span { border-color: rgb(163,116,190); }

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