Html Css Color HEX #A4537B Royal Heath

📋 copy color: '#A4537B'

red 164 ◦ green 83 ◦ blue 123

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

Shades of Royal Heath #A4537B

Tints of Royal Heath #A4537B

RGB

 RED value IS 164 (64.45% from 255) = 44.32%

 GREEN value IS 83 (32.81% from 255) = 22.43%

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

R = 44.32%
G = 22.43%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4537B (or 0xA4537B) is known color: Royal Heath. HEX triplet: A4, 53 and 7B. RGB value is (164,83,123). Sum of RGB (Red+Green+Blue) = 164+83+123=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4537B is #5BAC84. Grayscale: #6F6F6F. Windows color (decimal): -6007941 or 8082340. OLE color: 8082340.

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

Color convert

RGB 164 83 123 -
CMYK 0 0.49 0.25 0.36
HSL 330.37º 0.33% 0.48% -
HSV(B) 330.37º 0.49% 0.64% -
XYZ 21.98 15.51 20.57 -
YUV 111.78 134.34 165.25 -
System Red Green Blue C M Y K H S L
Decimal 164 83 123 0 0.49 0.25 0.36 330.37 0.33 0.48
Hex A4 53 7B 0 31 19 24 14A 21 30
Octal 244 123 173 0 61 31 44 512 41 60
Binary 10100100 1010011 1111011 0 110001 11001 100100 101001010 100001 110000

Color Harmonies of #A4537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4537B

Black with #A4537B

Text Example


Text Example

White with #A4537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4537B; }

 p { color: rgb(164,83,123); }

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

background-color css

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

 a { background-color: rgb(164,83,123); }

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

border-color css

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

 span { border-color: rgb(164,83,123); }

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