Html Css Color HEX #A64B73 Royal Heath

📋 copy color: '#A64B73'

red 166 ◦ green 75 ◦ blue 115

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

Shades of Royal Heath #A64B73

Tints of Royal Heath #A64B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.07%

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

R = 46.63%
G = 21.07%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A64B73 (or 0xA64B73) is known color: Royal Heath. HEX triplet: A6, 4B and 73. RGB value is (166,75,115). Sum of RGB (Red+Green+Blue) = 166+75+115=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64B73 is #59B48C. Grayscale: #6A6A6A. Windows color (decimal): -5878925 or 7556006. OLE color: 7556006.

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

Color convert

RGB 166 75 115 -
CMYK 0 0.55 0.31 0.35
HSL 333.63º 0.38% 0.47% -
HSV(B) 333.63º 0.55% 0.65% -
XYZ 21.34 14.38 17.87 -
YUV 106.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 166 75 115 0 0.55 0.31 0.35 333.63 0.38 0.47
Hex A6 4B 73 0 37 1F 23 14E 26 2F
Octal 246 113 163 0 67 37 43 516 46 57
Binary 10100110 1001011 1110011 0 110111 11111 100011 101001110 100110 101111

Color Harmonies of #A64B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64B73

Black with #A64B73

Text Example


Text Example

White with #A64B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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