Html Css Color HEX #A375BC Purple Mountain's Majesty

📋 copy color: '#A375BC'

red 163 ◦ green 117 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A375BC

Tints of Purple Mountain's Majesty #A375BC

RGB

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

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

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

R = 34.83%
G = 25%
B = 40.17%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A375BC (or 0xA375BC) is known color: Purple Mountain's Majesty. HEX triplet: A3, 75 and BC. RGB value is (163,117,188). Sum of RGB (Red+Green+Blue) = 163+117+188=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #A375BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375BC is #5C8A43. Grayscale: #8A8A8A. Windows color (decimal): -6064708 or 12350883. OLE color: 12350883.

HSL color Cylindrical-coordinate representation of color #A375BC: hue angle of 278.87º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A375BC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 117 188 -
CMYK 0.13 0.38 0 0.26
HSL 278.87º 0.35% 0.6% -
HSV(B) 278.87º 0.38% 0.74% -
XYZ 30.54 24.14 50.63 -
YUV 138.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 163 117 188 0.13 0.38 0 0.26 278.87 0.35 0.6
Hex A3 75 BC D 26 0 1A 117 23 3C
Octal 243 165 274 15 46 0 32 427 43 74
Binary 10100011 1110101 10111100 1101 100110 0 11010 100010111 100011 111100

Color Harmonies of #A375BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375BC

Black with #A375BC

Text Example


Text Example

White with #A375BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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