Html Css Color HEX #A5507A Royal Heath

📋 copy color: '#A5507A'

red 165 ◦ green 80 ◦ blue 122

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

Shades of Royal Heath #A5507A

Tints of Royal Heath #A5507A

RGB

 RED value IS 165 (64.84% from 255) = 44.96%

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

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 44.96%
G = 21.8%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5507A (or 0xA5507A) is known color: Royal Heath. HEX triplet: A5, 50 and 7A. RGB value is (165,80,122). Sum of RGB (Red+Green+Blue) = 165+80+122=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A5507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5507A is #5AAF85. Grayscale: #6E6E6E. Windows color (decimal): -5943174 or 8016037. OLE color: 8016037.

HSL color Cylindrical-coordinate representation of color #A5507A: hue angle of 330.35º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5507A is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 80 122 -
CMYK 0 0.52 0.26 0.35
HSL 330.35º 0.35% 0.48% -
HSV(B) 330.35º 0.52% 0.65% -
XYZ 21.9 15.14 20.18 -
YUV 110.2 134.66 167.08 -
System Red Green Blue C M Y K H S L
Decimal 165 80 122 0 0.52 0.26 0.35 330.35 0.35 0.48
Hex A5 50 7A 0 34 1A 23 14A 23 30
Octal 245 120 172 0 64 32 43 512 43 60
Binary 10100101 1010000 1111010 0 110100 11010 100011 101001010 100011 110000

Color Harmonies of #A5507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5507A

Black with #A5507A

Text Example


Text Example

White with #A5507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5507A; }

 p { color: rgb(165,80,122); }

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

background-color css

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

 a { background-color: rgb(165,80,122); }

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

border-color css

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

 span { border-color: rgb(165,80,122); }

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