Html Css Color HEX #A8447B Royal Heath

📋 copy color: '#A8447B'

red 168 ◦ green 68 ◦ blue 123

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

Shades of Royal Heath #A8447B

Tints of Royal Heath #A8447B

RGB

 RED value IS 168 (66.02% from 255) = 46.8%

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

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

R = 46.8%
G = 18.94%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8447B (or 0xA8447B) is known color: Royal Heath. HEX triplet: A8, 44 and 7B. RGB value is (168,68,123). Sum of RGB (Red+Green+Blue) = 168+68+123=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8447B is #57BB84. Grayscale: #686868. Windows color (decimal): -5749637 or 8078504. OLE color: 8078504.

HSL color Cylindrical-coordinate representation of color #A8447B: hue angle of 327º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8447B is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 68 123 -
CMYK 0 0.60 0.27 0.34
HSL 327º 0.42% 0.46% -
HSV(B) 327º 0.6% 0.66% -
XYZ 21.79 13.89 20.27 -
YUV 104.17 138.63 173.53 -
System Red Green Blue C M Y K H S L
Decimal 168 68 123 0 0.60 0.27 0.34 327 0.42 0.46
Hex A8 44 7B 0 3C 1B 22 147 2A 2E
Octal 250 104 173 0 74 33 42 507 52 56
Binary 10101000 1000100 1111011 0 111100 11011 100010 101000111 101010 101110

Color Harmonies of #A8447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8447B

Black with #A8447B

Text Example


Text Example

White with #A8447B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8447B; }

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

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

background-color css

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

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

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

border-color css

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

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

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