Html Css Color HEX #A25878 Royal Heath

📋 copy color: '#A25878'

red 162 ◦ green 88 ◦ blue 120

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

Shades of Royal Heath #A25878

Tints of Royal Heath #A25878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.78%

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

R = 43.78%
G = 23.78%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A25878 (or 0xA25878) is known color: Royal Heath. HEX triplet: A2, 58 and 78. RGB value is (162,88,120). Sum of RGB (Red+Green+Blue) = 162+88+120=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A25878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25878 is #5DA787. Grayscale: #717171. Windows color (decimal): -6137736 or 7887010. OLE color: 7887010.

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

Color convert

RGB 162 88 120 -
CMYK 0 0.46 0.26 0.36
HSL 334.05º 0.3% 0.49% -
HSV(B) 334.05º 0.46% 0.64% -
XYZ 21.78 16.02 19.71 -
YUV 113.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 162 88 120 0 0.46 0.26 0.36 334.05 0.3 0.49
Hex A2 58 78 0 2E 1A 24 14E 1E 31
Octal 242 130 170 0 56 32 44 516 36 61
Binary 10100010 1011000 1111000 0 101110 11010 100100 101001110 11110 110001

Color Harmonies of #A25878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25878

Black with #A25878

Text Example


Text Example

White with #A25878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25878; }

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

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

background-color css

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

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

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

border-color css

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

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

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