Html Css Color HEX #A2527B Royal Heath

📋 copy color: '#A2527B'

red 162 ◦ green 82 ◦ blue 123

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

Shades of Royal Heath #A2527B

Tints of Royal Heath #A2527B

RGB

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

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

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

R = 44.14%
G = 22.34%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A2527B (or 0xA2527B) is known color: Royal Heath. HEX triplet: A2, 52 and 7B. RGB value is (162,82,123). Sum of RGB (Red+Green+Blue) = 162+82+123=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A2527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2527B is #5DAD84. Grayscale: #6E6E6E. Windows color (decimal): -6139269 or 8082082. OLE color: 8082082.

HSL color Cylindrical-coordinate representation of color #A2527B: hue angle of 329.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2527B is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 82 123 -
CMYK 0 0.49 0.24 0.36
HSL 329.25º 0.33% 0.48% -
HSV(B) 329.25º 0.49% 0.64% -
XYZ 21.49 15.15 20.53 -
YUV 110.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 162 82 123 0 0.49 0.24 0.36 329.25 0.33 0.48
Hex A2 52 7B 0 31 18 24 149 21 30
Octal 242 122 173 0 61 30 44 511 41 60
Binary 10100010 1010010 1111011 0 110001 11000 100100 101001001 100001 110000

Color Harmonies of #A2527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2527B

Black with #A2527B

Text Example


Text Example

White with #A2527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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