Html Css Color HEX #A4447B Royal Heath

📋 copy color: '#A4447B'

red 164 ◦ green 68 ◦ blue 123

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

Shades of Royal Heath #A4447B

Tints of Royal Heath #A4447B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.15%

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

R = 46.2%
G = 19.15%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4447B (or 0xA4447B) is known color: Royal Heath. HEX triplet: A4, 44 and 7B. RGB value is (164,68,123). Sum of RGB (Red+Green+Blue) = 164+68+123=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4447B is #5BBB84. Grayscale: #666666. Windows color (decimal): -6011781 or 8078500. OLE color: 8078500.

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

Color convert

RGB 164 68 123 -
CMYK 0 0.59 0.25 0.36
HSL 325.63º 0.41% 0.45% -
HSV(B) 325.63º 0.59% 0.64% -
XYZ 20.95 13.46 20.23 -
YUV 102.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 164 68 123 0 0.59 0.25 0.36 325.63 0.41 0.45
Hex A4 44 7B 0 3B 19 24 146 29 2D
Octal 244 104 173 0 73 31 44 506 51 55
Binary 10100100 1000100 1111011 0 111011 11001 100100 101000110 101001 101101

Color Harmonies of #A4447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4447B

Black with #A4447B

Text Example


Text Example

White with #A4447B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4447B; }

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

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

background-color css

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

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

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

border-color css

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

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

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