Html Css Color HEX #A8457B Royal Heath

📋 copy color: '#A8457B'

red 168 ◦ green 69 ◦ blue 123

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

Shades of Royal Heath #A8457B

Tints of Royal Heath #A8457B

RGB

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

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

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

R = 46.67%
G = 19.17%
B = 34.17%

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

#A8457B (or 0xA8457B) is known color: Royal Heath. HEX triplet: A8, 45 and 7B. RGB value is (168,69,123). Sum of RGB (Red+Green+Blue) = 168+69+123=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8457B is #57BA84. Grayscale: #686868. Windows color (decimal): -5749381 or 8078760. OLE color: 8078760.

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

Color convert

RGB 168 69 123 -
CMYK 0 0.59 0.27 0.34
HSL 327.27º 0.42% 0.46% -
HSV(B) 327.27º 0.59% 0.66% -
XYZ 21.85 14.01 20.29 -
YUV 104.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 168 69 123 0 0.59 0.27 0.34 327.27 0.42 0.46
Hex A8 45 7B 0 3B 1B 22 147 2A 2E
Octal 250 105 173 0 73 33 42 507 52 56
Binary 10101000 1000101 1111011 0 111011 11011 100010 101000111 101010 101110

Color Harmonies of #A8457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8457B

Black with #A8457B

Text Example


Text Example

White with #A8457B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8457B; }

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

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

background-color css

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

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

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

border-color css

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

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

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