Html Css Color HEX #A8457D Royal Heath

📋 copy color: '#A8457D'

red 168 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #A8457D

Tints of Royal Heath #A8457D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 46.41%
G = 19.06%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8457D (or 0xA8457D) is known color: Royal Heath. HEX triplet: A8, 45 and 7D. RGB value is (168,69,125). Sum of RGB (Red+Green+Blue) = 168+69+125=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8457D is #57BA82. Grayscale: #686868. Windows color (decimal): -5749379 or 8209832. OLE color: 8209832.

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

Color convert

RGB 168 69 125 -
CMYK 0 0.59 0.26 0.34
HSL 326.06º 0.42% 0.46% -
HSV(B) 326.06º 0.59% 0.66% -
XYZ 21.98 14.06 20.96 -
YUV 104.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 168 69 125 0 0.59 0.26 0.34 326.06 0.42 0.46
Hex A8 45 7D 0 3B 1A 22 146 2A 2E
Octal 250 105 175 0 73 32 42 506 52 56
Binary 10101000 1000101 1111101 0 111011 11010 100010 101000110 101010 101110

Color Harmonies of #A8457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8457D

Black with #A8457D

Text Example


Text Example

White with #A8457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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