Html Css Color HEX #A574BF Purple Mountain's Majesty

📋 copy color: '#A574BF'

red 165 ◦ green 116 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A574BF

Tints of Purple Mountain's Majesty #A574BF

RGB

 RED value IS 165 (64.84% from 255) = 34.96%

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

 BLUE value IS 191 (75% from 255) = 40.47%

R = 34.96%
G = 24.58%
B = 40.47%

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

#A574BF (or 0xA574BF) is known color: Purple Mountain's Majesty. HEX triplet: A5, 74 and BF. RGB value is (165,116,191). Sum of RGB (Red+Green+Blue) = 165+116+191=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #A574BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574BF is #5A8B40. Grayscale: #8A8A8A. Windows color (decimal): -5933889 or 12547237. OLE color: 12547237.

HSL color Cylindrical-coordinate representation of color #A574BF: hue angle of 279.2º degrees, saturation: 0.37, 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 #A574BF is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 116 191 -
CMYK 0.14 0.39 0 0.25
HSL 279.2º 0.37% 0.6% -
HSV(B) 279.2º 0.39% 0.75% -
XYZ 31.17 24.25 52.33 -
YUV 139.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 165 116 191 0.14 0.39 0 0.25 279.2 0.37 0.6
Hex A5 74 BF E 27 0 19 117 25 3C
Octal 245 164 277 16 47 0 31 427 45 74
Binary 10100101 1110100 10111111 1110 100111 0 11001 100010111 100101 111100

Color Harmonies of #A574BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574BF

Black with #A574BF

Text Example


Text Example

White with #A574BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574BF; }

 p { color: rgb(165,116,191); }

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

background-color css

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

 a { background-color: rgb(165,116,191); }

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

border-color css

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

 span { border-color: rgb(165,116,191); }

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