Html Css Color HEX #A8507C Royal Heath

📋 copy color: '#A8507C'

red 168 ◦ green 80 ◦ blue 124

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

Shades of Royal Heath #A8507C

Tints of Royal Heath #A8507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 45.16%
G = 21.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8507C (or 0xA8507C) is known color: Royal Heath. HEX triplet: A8, 50 and 7C. RGB value is (168,80,124). Sum of RGB (Red+Green+Blue) = 168+80+124=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A8507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8507C is #57AF83. Grayscale: #6F6F6F. Windows color (decimal): -5746564 or 8147112. OLE color: 8147112.

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

Color convert

RGB 168 80 124 -
CMYK 0 0.52 0.26 0.34
HSL 330º 0.35% 0.49% -
HSV(B) 330º 0.52% 0.66% -
XYZ 22.66 15.52 20.87 -
YUV 111.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 168 80 124 0 0.52 0.26 0.34 330 0.35 0.49
Hex A8 50 7C 0 34 1A 22 14A 23 31
Octal 250 120 174 0 64 32 42 512 43 61
Binary 10101000 1010000 1111100 0 110100 11010 100010 101001010 100011 110001

Color Harmonies of #A8507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8507C

Black with #A8507C

Text Example


Text Example

White with #A8507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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