Html Css Color HEX #A5417B Royal Heath

📋 copy color: '#A5417B'

red 165 ◦ green 65 ◦ blue 123

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

Shades of Royal Heath #A5417B

Tints of Royal Heath #A5417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.41%

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

R = 46.74%
G = 18.41%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5417B (or 0xA5417B) is known color: Royal Heath. HEX triplet: A5, 41 and 7B. RGB value is (165,65,123). Sum of RGB (Red+Green+Blue) = 165+65+123=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A5417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5417B is #5ABE84. Grayscale: #656565. Windows color (decimal): -5947013 or 8077733. OLE color: 8077733.

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

Color convert

RGB 165 65 123 -
CMYK 0 0.61 0.25 0.35
HSL 325.2º 0.43% 0.45% -
HSV(B) 325.2º 0.61% 0.65% -
XYZ 20.98 13.21 20.18 -
YUV 101.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 165 65 123 0 0.61 0.25 0.35 325.2 0.43 0.45
Hex A5 41 7B 0 3D 19 23 145 2B 2D
Octal 245 101 173 0 75 31 43 505 53 55
Binary 10100101 1000001 1111011 0 111101 11001 100011 101000101 101011 101101

Color Harmonies of #A5417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5417B

Black with #A5417B

Text Example


Text Example

White with #A5417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5417B; }

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

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

background-color css

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

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

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

border-color css

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

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

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