Html Css Color HEX #A5467F Royal Heath

📋 copy color: '#A5467F'

red 165 ◦ green 70 ◦ blue 127

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

Shades of Royal Heath #A5467F

Tints of Royal Heath #A5467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.08%

R = 45.58%
G = 19.34%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5467F (or 0xA5467F) is known color: Royal Heath. HEX triplet: A5, 46 and 7F. RGB value is (165,70,127). Sum of RGB (Red+Green+Blue) = 165+70+127=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5467F is #5AB980. Grayscale: #686868. Windows color (decimal): -5945729 or 8341157. OLE color: 8341157.

HSL color Cylindrical-coordinate representation of color #A5467F: hue angle of 324º 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 #A5467F is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 70 127 -
CMYK 0 0.58 0.23 0.35
HSL 324º 0.4% 0.46% -
HSV(B) 324º 0.58% 0.65% -
XYZ 21.54 13.91 21.63 -
YUV 104.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 165 70 127 0 0.58 0.23 0.35 324 0.4 0.46
Hex A5 46 7F 0 3A 17 23 144 28 2E
Octal 245 106 177 0 72 27 43 504 50 56
Binary 10100101 1000110 1111111 0 111010 10111 100011 101000100 101000 101110

Color Harmonies of #A5467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5467F

Black with #A5467F

Text Example


Text Example

White with #A5467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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