Html Css Color HEX #A8457A Royal Heath

📋 copy color: '#A8457A'

red 168 ◦ green 69 ◦ blue 122

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

Shades of Royal Heath #A8457A

Tints of Royal Heath #A8457A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.22%

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

R = 46.8%
G = 19.22%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8457A (or 0xA8457A) is known color: Royal Heath. HEX triplet: A8, 45 and 7A. RGB value is (168,69,122). Sum of RGB (Red+Green+Blue) = 168+69+122=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8457A is #57BA85. Grayscale: #686868. Windows color (decimal): -5749382 or 8013224. OLE color: 8013224.

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

Color convert

RGB 168 69 122 -
CMYK 0 0.59 0.27 0.34
HSL 327.88º 0.42% 0.46% -
HSV(B) 327.88º 0.59% 0.66% -
XYZ 21.79 13.99 19.96 -
YUV 104.64 137.8 173.19 -
System Red Green Blue C M Y K H S L
Decimal 168 69 122 0 0.59 0.27 0.34 327.88 0.42 0.46
Hex A8 45 7A 0 3B 1B 22 148 2A 2E
Octal 250 105 172 0 73 33 42 510 52 56
Binary 10101000 1000101 1111010 0 111011 11011 100010 101001000 101010 101110

Color Harmonies of #A8457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8457A

Black with #A8457A

Text Example


Text Example

White with #A8457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8457A; }

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

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

background-color css

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

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

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

border-color css

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

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

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