Html Css Color HEX #A55082 Royal Heath

📋 copy color: '#A55082'

red 165 ◦ green 80 ◦ blue 130

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

Shades of Royal Heath #A55082

Tints of Royal Heath #A55082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 44%
G = 21.33%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A55082 (or 0xA55082) is known color: Royal Heath. HEX triplet: A5, 50 and 82. RGB value is (165,80,130). Sum of RGB (Red+Green+Blue) = 165+80+130=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A55082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55082 is #5AAF7D. Grayscale: #6E6E6E. Windows color (decimal): -5943166 or 8540325. OLE color: 8540325.

HSL color Cylindrical-coordinate representation of color #A55082: hue angle of 324.71º 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 #A55082 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 80 130 -
CMYK 0 0.52 0.21 0.35
HSL 324.71º 0.35% 0.48% -
HSV(B) 324.71º 0.52% 0.65% -
XYZ 22.41 15.35 22.9 -
YUV 111.12 138.66 166.43 -
System Red Green Blue C M Y K H S L
Decimal 165 80 130 0 0.52 0.21 0.35 324.71 0.35 0.48
Hex A5 50 82 0 34 15 23 145 23 30
Octal 245 120 202 0 64 25 43 505 43 60
Binary 10100101 1010000 10000010 0 110100 10101 100011 101000101 100011 110000

Color Harmonies of #A55082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55082

Black with #A55082

Text Example


Text Example

White with #A55082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55082; }

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

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

background-color css

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

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

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

border-color css

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

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

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