Html Css Color HEX #A8427A Royal Heath

📋 copy color: '#A8427A'

red 168 ◦ green 66 ◦ blue 122

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

Shades of Royal Heath #A8427A

Tints of Royal Heath #A8427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.27%

R = 47.19%
G = 18.54%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8427A (or 0xA8427A) is known color: Royal Heath. HEX triplet: A8, 42 and 7A. RGB value is (168,66,122). Sum of RGB (Red+Green+Blue) = 168+66+122=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A8427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8427A is #57BD85. Grayscale: #666666. Windows color (decimal): -5750150 or 8012456. OLE color: 8012456.

HSL color Cylindrical-coordinate representation of color #A8427A: hue angle of 327.06º 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 #A8427A is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 66 122 -
CMYK 0 0.61 0.27 0.34
HSL 327.06º 0.44% 0.46% -
HSV(B) 327.06º 0.61% 0.66% -
XYZ 21.61 13.63 19.9 -
YUV 102.88 138.79 174.45 -
System Red Green Blue C M Y K H S L
Decimal 168 66 122 0 0.61 0.27 0.34 327.06 0.44 0.46
Hex A8 42 7A 0 3D 1B 22 147 2C 2E
Octal 250 102 172 0 75 33 42 507 54 56
Binary 10101000 1000010 1111010 0 111101 11011 100010 101000111 101100 101110

Color Harmonies of #A8427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8427A

Black with #A8427A

Text Example


Text Example

White with #A8427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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