Html Css Color HEX #A0527B Royal Heath

📋 copy color: '#A0527B'

red 160 ◦ green 82 ◦ blue 123

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

Shades of Royal Heath #A0527B

Tints of Royal Heath #A0527B

RGB

 RED value IS 160 (62.89% from 255) = 43.84%

 GREEN value IS 82 (32.42% from 255) = 22.47%

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

R = 43.84%
G = 22.47%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0527B (or 0xA0527B) is known color: Royal Heath. HEX triplet: A0, 52 and 7B. RGB value is (160,82,123). Sum of RGB (Red+Green+Blue) = 160+82+123=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A0527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0527B is #5FAD84. Grayscale: #6D6D6D. Windows color (decimal): -6270341 or 8082080. OLE color: 8082080.

HSL color Cylindrical-coordinate representation of color #A0527B: hue angle of 328.46º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0527B is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 82 123 -
CMYK 0 0.49 0.23 0.37
HSL 328.46º 0.32% 0.47% -
HSV(B) 328.46º 0.49% 0.63% -
XYZ 21.09 14.94 20.51 -
YUV 110 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 160 82 123 0 0.49 0.23 0.37 328.46 0.32 0.47
Hex A0 52 7B 0 31 17 25 148 20 2F
Octal 240 122 173 0 61 27 45 510 40 57
Binary 10100000 1010010 1111011 0 110001 10111 100101 101001000 100000 101111

Color Harmonies of #A0527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0527B

Black with #A0527B

Text Example


Text Example

White with #A0527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0527B; }

 p { color: rgb(160,82,123); }

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

background-color css

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

 a { background-color: rgb(160,82,123); }

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

border-color css

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

 span { border-color: rgb(160,82,123); }

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