Html Css Color HEX #A4507E Royal Heath

📋 copy color: '#A4507E'

red 164 ◦ green 80 ◦ blue 126

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

Shades of Royal Heath #A4507E

Tints of Royal Heath #A4507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.05%

R = 44.32%
G = 21.62%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4507E (or 0xA4507E) is known color: Royal Heath. HEX triplet: A4, 50 and 7E. RGB value is (164,80,126). Sum of RGB (Red+Green+Blue) = 164+80+126=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4507E is #5BAF81. Grayscale: #6E6E6E. Windows color (decimal): -6008706 or 8278180. OLE color: 8278180.

HSL color Cylindrical-coordinate representation of color #A4507E: hue angle of 327.14º 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 #A4507E is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 80 126 -
CMYK 0 0.51 0.23 0.36
HSL 327.14º 0.34% 0.48% -
HSV(B) 327.14º 0.51% 0.64% -
XYZ 21.94 15.14 21.5 -
YUV 110.36 136.83 166.26 -
System Red Green Blue C M Y K H S L
Decimal 164 80 126 0 0.51 0.23 0.36 327.14 0.34 0.48
Hex A4 50 7E 0 33 17 24 147 22 30
Octal 244 120 176 0 63 27 44 507 42 60
Binary 10100100 1010000 1111110 0 110011 10111 100100 101000111 100010 110000

Color Harmonies of #A4507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4507E

Black with #A4507E

Text Example


Text Example

White with #A4507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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