Html Css Color HEX #A24678 Royal Heath

📋 copy color: '#A24678'

red 162 ◦ green 70 ◦ blue 120

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

Shades of Royal Heath #A24678

Tints of Royal Heath #A24678

RGB

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

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

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

R = 46.02%
G = 19.89%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A24678 (or 0xA24678) is known color: Royal Heath. HEX triplet: A2, 46 and 78. RGB value is (162,70,120). Sum of RGB (Red+Green+Blue) = 162+70+120=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A24678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24678 is #5DB987. Grayscale: #676767. Windows color (decimal): -6142344 or 7882402. OLE color: 7882402.

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

Color convert

RGB 162 70 120 -
CMYK 0 0.57 0.26 0.36
HSL 327.39º 0.4% 0.45% -
HSV(B) 327.39º 0.57% 0.64% -
XYZ 20.48 13.42 19.28 -
YUV 103.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 162 70 120 0 0.57 0.26 0.36 327.39 0.4 0.45
Hex A2 46 78 0 39 1A 24 147 28 2D
Octal 242 106 170 0 71 32 44 507 50 55
Binary 10100010 1000110 1111000 0 111001 11010 100100 101000111 101000 101101

Color Harmonies of #A24678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24678

Black with #A24678

Text Example


Text Example

White with #A24678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24678; }

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

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

background-color css

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

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

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

border-color css

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

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

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