Html Css Color HEX #A44A7B Royal Heath

📋 copy color: '#A44A7B'

red 164 ◦ green 74 ◦ blue 123

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

Shades of Royal Heath #A44A7B

Tints of Royal Heath #A44A7B

RGB

 RED value IS 164 (64.45% from 255) = 45.43%

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

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

R = 45.43%
G = 20.5%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A44A7B (or 0xA44A7B) is known color: Royal Heath. HEX triplet: A4, 4A and 7B. RGB value is (164,74,123). Sum of RGB (Red+Green+Blue) = 164+74+123=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A7B is #5BB584. Grayscale: #6A6A6A. Windows color (decimal): -6010245 or 8080036. OLE color: 8080036.

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

Color convert

RGB 164 74 123 -
CMYK 0 0.55 0.25 0.36
HSL 327.33º 0.38% 0.47% -
HSV(B) 327.33º 0.55% 0.64% -
XYZ 21.33 14.22 20.36 -
YUV 106.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 164 74 123 0 0.55 0.25 0.36 327.33 0.38 0.47
Hex A4 4A 7B 0 37 19 24 147 26 2F
Octal 244 112 173 0 67 31 44 507 46 57
Binary 10100100 1001010 1111011 0 110111 11001 100100 101000111 100110 101111

Color Harmonies of #A44A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A7B

Black with #A44A7B

Text Example


Text Example

White with #A44A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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