Html Css Color HEX #A64A7B Royal Heath

📋 copy color: '#A64A7B'

red 166 ◦ green 74 ◦ blue 123

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

Shades of Royal Heath #A64A7B

Tints of Royal Heath #A64A7B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.39%

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 45.73%
G = 20.39%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A64A7B (or 0xA64A7B) is known color: Royal Heath. HEX triplet: A6, 4A and 7B. RGB value is (166,74,123). Sum of RGB (Red+Green+Blue) = 166+74+123=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64A7B is #59B584. Grayscale: #6A6A6A. Windows color (decimal): -5879173 or 8080038. OLE color: 8080038.

HSL color Cylindrical-coordinate representation of color #A64A7B: hue angle of 328.04º 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 #A64A7B is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 74 123 -
CMYK 0 0.55 0.26 0.35
HSL 328.04º 0.38% 0.47% -
HSV(B) 328.04º 0.55% 0.65% -
XYZ 21.75 14.43 20.38 -
YUV 107.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 166 74 123 0 0.55 0.26 0.35 328.04 0.38 0.47
Hex A6 4A 7B 0 37 1A 23 148 26 2F
Octal 246 112 173 0 67 32 43 510 46 57
Binary 10100110 1001010 1111011 0 110111 11010 100011 101001000 100110 101111

Color Harmonies of #A64A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A7B

Black with #A64A7B

Text Example


Text Example

White with #A64A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A7B; }

 p { color: rgb(166,74,123); }

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

background-color css

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

 a { background-color: rgb(166,74,123); }

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

border-color css

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

 span { border-color: rgb(166,74,123); }

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