Html Css Color HEX #A375B6 Purple Mountain's Majesty

📋 copy color: '#A375B6'

red 163 ◦ green 117 ◦ blue 182

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

Shades of Purple Mountain's Majesty #A375B6

Tints of Purple Mountain's Majesty #A375B6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.32%

 BLUE value IS 182 (71.48% from 255) = 39.39%

R = 35.28%
G = 25.32%
B = 39.39%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A375B6 (or 0xA375B6) is known color: Purple Mountain's Majesty. HEX triplet: A3, 75 and B6. RGB value is (163,117,182). Sum of RGB (Red+Green+Blue) = 163+117+182=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 182 - color contains mainly: blue. Hex color #A375B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375B6 is #5C8A49. Grayscale: #898989. Windows color (decimal): -6064714 or 11957667. OLE color: 11957667.

HSL color Cylindrical-coordinate representation of color #A375B6: hue angle of 282.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A375B6 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 117 182 -
CMYK 0.10 0.36 0 0.29
HSL 282.46º 0.31% 0.59% -
HSV(B) 282.46º 0.36% 0.71% -
XYZ 29.91 23.89 47.29 -
YUV 138.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 163 117 182 0.10 0.36 0 0.29 282.46 0.31 0.59
Hex A3 75 B6 A 24 0 1D 11A 1F 3B
Octal 243 165 266 12 44 0 35 432 37 73
Binary 10100011 1110101 10110110 1010 100100 0 11101 100011010 11111 111011

Color Harmonies of #A375B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375B6

Black with #A375B6

Text Example


Text Example

White with #A375B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375B6; }

 p { color: rgb(163,117,182); }

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

background-color css

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

 a { background-color: rgb(163,117,182); }

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

border-color css

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

 span { border-color: rgb(163,117,182); }

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