Html Css Color HEX #A65273 Royal Heath

📋 copy color: '#A65273'

red 166 ◦ green 82 ◦ blue 115

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

Shades of Royal Heath #A65273

Tints of Royal Heath #A65273

RGB

 RED value IS 166 (65.23% from 255) = 45.73%

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

 BLUE value IS 115 (45.31% from 255) = 31.68%

R = 45.73%
G = 22.59%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A65273 (or 0xA65273) is known color: Royal Heath. HEX triplet: A6, 52 and 73. RGB value is (166,82,115). Sum of RGB (Red+Green+Blue) = 166+82+115=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A65273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65273 is #59AD8C. Grayscale: #6E6E6E. Windows color (decimal): -5877133 or 7557798. OLE color: 7557798.

HSL color Cylindrical-coordinate representation of color #A65273: hue angle of 336.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65273 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 82 115 -
CMYK 0 0.51 0.31 0.35
HSL 336.43º 0.34% 0.49% -
HSV(B) 336.43º 0.51% 0.65% -
XYZ 21.84 15.38 18.04 -
YUV 110.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 166 82 115 0 0.51 0.31 0.35 336.43 0.34 0.49
Hex A6 52 73 0 33 1F 23 150 22 31
Octal 246 122 163 0 63 37 43 520 42 61
Binary 10100110 1010010 1110011 0 110011 11111 100011 101010000 100010 110001

Color Harmonies of #A65273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65273

Black with #A65273

Text Example


Text Example

White with #A65273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65273; }

 p { color: rgb(166,82,115); }

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

background-color css

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

 a { background-color: rgb(166,82,115); }

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

border-color css

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

 span { border-color: rgb(166,82,115); }

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