Html Css Color HEX #A5427A Royal Heath

📋 copy color: '#A5427A'

red 165 ◦ green 66 ◦ blue 122

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

Shades of Royal Heath #A5427A

Tints of Royal Heath #A5427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.7%

 BLUE value IS 122 (48.05% from 255) = 34.56%

R = 46.74%
G = 18.7%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5427A (or 0xA5427A) is known color: Royal Heath. HEX triplet: A5, 42 and 7A. RGB value is (165,66,122). Sum of RGB (Red+Green+Blue) = 165+66+122=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A5427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5427A is #5ABD85. Grayscale: #656565. Windows color (decimal): -5946758 or 8012453. OLE color: 8012453.

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

Color convert

RGB 165 66 122 -
CMYK 0 0.60 0.26 0.35
HSL 326.06º 0.43% 0.45% -
HSV(B) 326.06º 0.6% 0.65% -
XYZ 20.98 13.3 19.87 -
YUV 101.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 165 66 122 0 0.60 0.26 0.35 326.06 0.43 0.45
Hex A5 42 7A 0 3C 1A 23 146 2B 2D
Octal 245 102 172 0 74 32 43 506 53 55
Binary 10100101 1000010 1111010 0 111100 11010 100011 101000110 101011 101101

Color Harmonies of #A5427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5427A

Black with #A5427A

Text Example


Text Example

White with #A5427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5427A; }

 p { color: rgb(165,66,122); }

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

background-color css

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

 a { background-color: rgb(165,66,122); }

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

border-color css

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

 span { border-color: rgb(165,66,122); }

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