Html Css Color HEX #A24278 Royal Heath

📋 copy color: '#A24278'

red 162 ◦ green 66 ◦ blue 120

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

Shades of Royal Heath #A24278

Tints of Royal Heath #A24278

RGB

 RED value IS 162 (63.67% from 255) = 46.55%

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

 BLUE value IS 120 (47.27% from 255) = 34.48%

R = 46.55%
G = 18.97%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A24278 (or 0xA24278) is known color: Royal Heath. HEX triplet: A2, 42 and 78. RGB value is (162,66,120). Sum of RGB (Red+Green+Blue) = 162+66+120=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A24278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24278 is #5DBD87. Grayscale: #646464. Windows color (decimal): -6143368 or 7881378. OLE color: 7881378.

HSL color Cylindrical-coordinate representation of color #A24278: hue angle of 326.25º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24278 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 66 120 -
CMYK 0 0.59 0.26 0.36
HSL 326.25º 0.42% 0.45% -
HSV(B) 326.25º 0.59% 0.64% -
XYZ 20.24 12.93 19.2 -
YUV 100.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 162 66 120 0 0.59 0.26 0.36 326.25 0.42 0.45
Hex A2 42 78 0 3B 1A 24 146 2A 2D
Octal 242 102 170 0 73 32 44 506 52 55
Binary 10100010 1000010 1111000 0 111011 11010 100100 101000110 101010 101101

Color Harmonies of #A24278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24278

Black with #A24278

Text Example


Text Example

White with #A24278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24278; }

 p { color: rgb(162,66,120); }

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

background-color css

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

 a { background-color: rgb(162,66,120); }

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

border-color css

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

 span { border-color: rgb(162,66,120); }

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