Html Css Color HEX #A64781 Royal Heath

📋 copy color: '#A64781'

red 166 ◦ green 71 ◦ blue 129

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

Shades of Royal Heath #A64781

Tints of Royal Heath #A64781

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.4%

 BLUE value IS 129 (50.78% from 255) = 35.25%

R = 45.36%
G = 19.4%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A64781 (or 0xA64781) is known color: Royal Heath. HEX triplet: A6, 47 and 81. RGB value is (166,71,129). Sum of RGB (Red+Green+Blue) = 166+71+129=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A64781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64781 is #59B87E. Grayscale: #696969. Windows color (decimal): -5879935 or 8472486. OLE color: 8472486.

HSL color Cylindrical-coordinate representation of color #A64781: hue angle of 323.37º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64781 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 71 129 -
CMYK 0 0.57 0.22 0.35
HSL 323.37º 0.4% 0.46% -
HSV(B) 323.37º 0.57% 0.65% -
XYZ 21.94 14.2 22.35 -
YUV 106.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 166 71 129 0 0.57 0.22 0.35 323.37 0.4 0.46
Hex A6 47 81 0 39 16 23 143 28 2E
Octal 246 107 201 0 71 26 43 503 50 56
Binary 10100110 1000111 10000001 0 111001 10110 100011 101000011 101000 101110

Color Harmonies of #A64781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64781

Black with #A64781

Text Example


Text Example

White with #A64781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64781; }

 p { color: rgb(166,71,129); }

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

background-color css

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

 a { background-color: rgb(166,71,129); }

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

border-color css

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

 span { border-color: rgb(166,71,129); }

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