Html Css Color HEX #A3527B Royal Heath

📋 copy color: '#A3527B'

red 163 ◦ green 82 ◦ blue 123

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

Shades of Royal Heath #A3527B

Tints of Royal Heath #A3527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.28%

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 44.29%
G = 22.28%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3527B (or 0xA3527B) is known color: Royal Heath. HEX triplet: A3, 52 and 7B. RGB value is (163,82,123). Sum of RGB (Red+Green+Blue) = 163+82+123=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A3527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3527B is #5CAD84. Grayscale: #6E6E6E. Windows color (decimal): -6073733 or 8082083. OLE color: 8082083.

HSL color Cylindrical-coordinate representation of color #A3527B: hue angle of 329.63º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3527B is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 82 123 -
CMYK 0 0.50 0.25 0.36
HSL 329.63º 0.33% 0.48% -
HSV(B) 329.63º 0.5% 0.64% -
XYZ 21.7 15.25 20.54 -
YUV 110.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 163 82 123 0 0.50 0.25 0.36 329.63 0.33 0.48
Hex A3 52 7B 0 32 19 24 14A 21 30
Octal 243 122 173 0 62 31 44 512 41 60
Binary 10100011 1010010 1111011 0 110010 11001 100100 101001010 100001 110000

Color Harmonies of #A3527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3527B

Black with #A3527B

Text Example


Text Example

White with #A3527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3527B; }

 p { color: rgb(163,82,123); }

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

background-color css

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

 a { background-color: rgb(163,82,123); }

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

border-color css

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

 span { border-color: rgb(163,82,123); }

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