Html Css Color HEX #A64F7F Royal Heath

📋 copy color: '#A64F7F'

red 166 ◦ green 79 ◦ blue 127

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

Shades of Royal Heath #A64F7F

Tints of Royal Heath #A64F7F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.24%

 BLUE value IS 127 (50% from 255) = 34.14%

R = 44.62%
G = 21.24%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A64F7F (or 0xA64F7F) is known color: Royal Heath. HEX triplet: A6, 4F and 7F. RGB value is (166,79,127). Sum of RGB (Red+Green+Blue) = 166+79+127=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64F7F is #59B080. Grayscale: #6E6E6E. Windows color (decimal): -5877889 or 8343462. OLE color: 8343462.

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

Color convert

RGB 166 79 127 -
CMYK 0 0.52 0.23 0.35
HSL 326.9º 0.36% 0.48% -
HSV(B) 326.9º 0.52% 0.65% -
XYZ 22.35 15.23 21.84 -
YUV 110.49 137.32 167.6 -
System Red Green Blue C M Y K H S L
Decimal 166 79 127 0 0.52 0.23 0.35 326.9 0.36 0.48
Hex A6 4F 7F 0 34 17 23 147 24 30
Octal 246 117 177 0 64 27 43 507 44 60
Binary 10100110 1001111 1111111 0 110100 10111 100011 101000111 100100 110000

Color Harmonies of #A64F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64F7F

Black with #A64F7F

Text Example


Text Example

White with #A64F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64F7F; }

 p { color: rgb(166,79,127); }

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

background-color css

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

 a { background-color: rgb(166,79,127); }

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

border-color css

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

 span { border-color: rgb(166,79,127); }

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