Html Css Color HEX #A84278 Royal Heath

📋 copy color: '#A84278'

red 168 ◦ green 66 ◦ blue 120

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

Shades of Royal Heath #A84278

Tints of Royal Heath #A84278

RGB

 RED value IS 168 (66.02% from 255) = 47.46%

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

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

R = 47.46%
G = 18.64%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A84278 (or 0xA84278) is known color: Royal Heath. HEX triplet: A8, 42 and 78. RGB value is (168,66,120). Sum of RGB (Red+Green+Blue) = 168+66+120=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A84278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84278 is #57BD87. Grayscale: #666666. Windows color (decimal): -5750152 or 7881384. OLE color: 7881384.

HSL color Cylindrical-coordinate representation of color #A84278: hue angle of 328.24º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84278 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 66 120 -
CMYK 0 0.61 0.29 0.34
HSL 328.24º 0.44% 0.46% -
HSV(B) 328.24º 0.61% 0.66% -
XYZ 21.49 13.58 19.26 -
YUV 102.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 168 66 120 0 0.61 0.29 0.34 328.24 0.44 0.46
Hex A8 42 78 0 3D 1D 22 148 2C 2E
Octal 250 102 170 0 75 35 42 510 54 56
Binary 10101000 1000010 1111000 0 111101 11101 100010 101001000 101100 101110

Color Harmonies of #A84278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84278

Black with #A84278

Text Example


Text Example

White with #A84278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84278; }

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

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

background-color css

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

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

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

border-color css

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

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

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