Html Css Color HEX #A64880 Royal Heath

📋 copy color: '#A64880'

red 166 ◦ green 72 ◦ blue 128

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

Shades of Royal Heath #A64880

Tints of Royal Heath #A64880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 45.36%
G = 19.67%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A64880 (or 0xA64880) is known color: Royal Heath. HEX triplet: A6, 48 and 80. RGB value is (166,72,128). Sum of RGB (Red+Green+Blue) = 166+72+128=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A64880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64880 is #59B77F. Grayscale: #6A6A6A. Windows color (decimal): -5879680 or 8407206. OLE color: 8407206.

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

Color convert

RGB 166 72 128 -
CMYK 0 0.57 0.23 0.35
HSL 324.26º 0.39% 0.47% -
HSV(B) 324.26º 0.57% 0.65% -
XYZ 21.94 14.3 22.03 -
YUV 106.49 140.14 170.45 -
System Red Green Blue C M Y K H S L
Decimal 166 72 128 0 0.57 0.23 0.35 324.26 0.39 0.47
Hex A6 48 80 0 39 17 23 144 27 2F
Octal 246 110 200 0 71 27 43 504 47 57
Binary 10100110 1001000 10000000 0 111001 10111 100011 101000100 100111 101111

Color Harmonies of #A64880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64880

Black with #A64880

Text Example


Text Example

White with #A64880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64880; }

 p { color: rgb(166,72,128); }

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

background-color css

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

 a { background-color: rgb(166,72,128); }

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

border-color css

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

 span { border-color: rgb(166,72,128); }

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