Html Css Color HEX #A8427C Royal Heath

📋 copy color: '#A8427C'

red 168 ◦ green 66 ◦ blue 124

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

Shades of Royal Heath #A8427C

Tints of Royal Heath #A8427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.44%

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 46.93%
G = 18.44%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8427C (or 0xA8427C) is known color: Royal Heath. HEX triplet: A8, 42 and 7C. RGB value is (168,66,124). Sum of RGB (Red+Green+Blue) = 168+66+124=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8427C is #57BD83. Grayscale: #666666. Windows color (decimal): -5750148 or 8143528. OLE color: 8143528.

HSL color Cylindrical-coordinate representation of color #A8427C: hue angle of 325.88º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8427C is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 66 124 -
CMYK 0 0.61 0.26 0.34
HSL 325.88º 0.44% 0.46% -
HSV(B) 325.88º 0.61% 0.66% -
XYZ 21.73 13.68 20.56 -
YUV 103.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 168 66 124 0 0.61 0.26 0.34 325.88 0.44 0.46
Hex A8 42 7C 0 3D 1A 22 146 2C 2E
Octal 250 102 174 0 75 32 42 506 54 56
Binary 10101000 1000010 1111100 0 111101 11010 100010 101000110 101100 101110

Color Harmonies of #A8427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8427C

Black with #A8427C

Text Example


Text Example

White with #A8427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8427C; }

 p { color: rgb(168,66,124); }

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

background-color css

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

 a { background-color: rgb(168,66,124); }

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

border-color css

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

 span { border-color: rgb(168,66,124); }

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