Html Css Color HEX #A2507C Royal Heath

📋 copy color: '#A2507C'

red 162 ◦ green 80 ◦ blue 124

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

Shades of Royal Heath #A2507C

Tints of Royal Heath #A2507C

RGB

 RED value IS 162 (63.67% from 255) = 44.26%

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

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 44.26%
G = 21.86%
B = 33.88%

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

#A2507C (or 0xA2507C) is known color: Royal Heath. HEX triplet: A2, 50 and 7C. RGB value is (162,80,124). Sum of RGB (Red+Green+Blue) = 162+80+124=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A2507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2507C is #5DAF83. Grayscale: #6D6D6D. Windows color (decimal): -6139780 or 8147106. OLE color: 8147106.

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

Color convert

RGB 162 80 124 -
CMYK 0 0.51 0.23 0.36
HSL 327.8º 0.34% 0.47% -
HSV(B) 327.8º 0.51% 0.64% -
XYZ 21.41 14.87 20.81 -
YUV 109.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 162 80 124 0 0.51 0.23 0.36 327.8 0.34 0.47
Hex A2 50 7C 0 33 17 24 148 22 2F
Octal 242 120 174 0 63 27 44 510 42 57
Binary 10100010 1010000 1111100 0 110011 10111 100100 101001000 100010 101111

Color Harmonies of #A2507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2507C

Black with #A2507C

Text Example


Text Example

White with #A2507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2507C; }

 p { color: rgb(162,80,124); }

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

background-color css

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

 a { background-color: rgb(162,80,124); }

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

border-color css

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

 span { border-color: rgb(162,80,124); }

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