Html Css Color HEX #A5467B Royal Heath

📋 copy color: '#A5467B'

red 165 ◦ green 70 ◦ blue 123

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

Shades of Royal Heath #A5467B

Tints of Royal Heath #A5467B

RGB

 RED value IS 165 (64.84% from 255) = 46.09%

 GREEN value IS 70 (27.73% from 255) = 19.55%

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

R = 46.09%
G = 19.55%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5467B (or 0xA5467B) is known color: Royal Heath. HEX triplet: A5, 46 and 7B. RGB value is (165,70,123). Sum of RGB (Red+Green+Blue) = 165+70+123=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5467B is #5AB984. Grayscale: #686868. Windows color (decimal): -5945733 or 8079013. OLE color: 8079013.

HSL color Cylindrical-coordinate representation of color #A5467B: hue angle of 326.53º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5467B is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 70 123 -
CMYK 0 0.58 0.25 0.35
HSL 326.53º 0.4% 0.46% -
HSV(B) 326.53º 0.58% 0.65% -
XYZ 21.28 13.81 20.28 -
YUV 104.45 138.47 171.19 -
System Red Green Blue C M Y K H S L
Decimal 165 70 123 0 0.58 0.25 0.35 326.53 0.4 0.46
Hex A5 46 7B 0 3A 19 23 147 28 2E
Octal 245 106 173 0 72 31 43 507 50 56
Binary 10100101 1000110 1111011 0 111010 11001 100011 101000111 101000 101110

Color Harmonies of #A5467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5467B

Black with #A5467B

Text Example


Text Example

White with #A5467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5467B; }

 p { color: rgb(165,70,123); }

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

background-color css

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

 a { background-color: rgb(165,70,123); }

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

border-color css

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

 span { border-color: rgb(165,70,123); }

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