Html Css Color HEX #A4507B Royal Heath

📋 copy color: '#A4507B'

red 164 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #A4507B

Tints of Royal Heath #A4507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.8%

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

R = 44.69%
G = 21.8%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4507B (or 0xA4507B) is known color: Royal Heath. HEX triplet: A4, 50 and 7B. RGB value is (164,80,123). Sum of RGB (Red+Green+Blue) = 164+80+123=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A4507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4507B is #5BAF84. Grayscale: #6D6D6D. Windows color (decimal): -6008709 or 8081572. OLE color: 8081572.

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

Color convert

RGB 164 80 123 -
CMYK 0 0.51 0.25 0.36
HSL 329.29º 0.34% 0.48% -
HSV(B) 329.29º 0.51% 0.64% -
XYZ 21.75 15.06 20.5 -
YUV 110.02 135.33 166.5 -
System Red Green Blue C M Y K H S L
Decimal 164 80 123 0 0.51 0.25 0.36 329.29 0.34 0.48
Hex A4 50 7B 0 33 19 24 149 22 30
Octal 244 120 173 0 63 31 44 511 42 60
Binary 10100100 1010000 1111011 0 110011 11001 100100 101001001 100010 110000

Color Harmonies of #A4507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4507B

Black with #A4507B

Text Example


Text Example

White with #A4507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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