Html Css Color HEX #A5457B Royal Heath

📋 copy color: '#A5457B'

red 165 ◦ green 69 ◦ blue 123

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

Shades of Royal Heath #A5457B

Tints of Royal Heath #A5457B

RGB

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

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

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

R = 46.22%
G = 19.33%
B = 34.45%

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

#A5457B (or 0xA5457B) is known color: Royal Heath. HEX triplet: A5, 45 and 7B. RGB value is (165,69,123). Sum of RGB (Red+Green+Blue) = 165+69+123=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5457B is #5ABA84. Grayscale: #676767. Windows color (decimal): -5945989 or 8078757. OLE color: 8078757.

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

Color convert

RGB 165 69 123 -
CMYK 0 0.58 0.25 0.35
HSL 326.25º 0.41% 0.46% -
HSV(B) 326.25º 0.58% 0.65% -
XYZ 21.22 13.69 20.26 -
YUV 103.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 165 69 123 0 0.58 0.25 0.35 326.25 0.41 0.46
Hex A5 45 7B 0 3A 19 23 146 29 2E
Octal 245 105 173 0 72 31 43 506 51 56
Binary 10100101 1000101 1111011 0 111010 11001 100011 101000110 101001 101110

Color Harmonies of #A5457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5457B

Black with #A5457B

Text Example


Text Example

White with #A5457B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5457B; }

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

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

background-color css

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

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

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

border-color css

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

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

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