Html Css Color HEX #A23F79 Royal Heath

📋 copy color: '#A23F79'

red 162 ◦ green 63 ◦ blue 121

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

Shades of Royal Heath #A23F79

Tints of Royal Heath #A23F79

RGB

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

 GREEN value IS 63 (25% from 255) = 18.21%

 BLUE value IS 121 (47.66% from 255) = 34.97%

R = 46.82%
G = 18.21%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A23F79 (or 0xA23F79) is known color: Royal Heath. HEX triplet: A2, 3F and 79. RGB value is (162,63,121). Sum of RGB (Red+Green+Blue) = 162+63+121=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23F79 is #5DC086. Grayscale: #636363. Windows color (decimal): -6144135 or 7946146. OLE color: 7946146.

HSL color Cylindrical-coordinate representation of color #A23F79: hue angle of 324.85º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A23F79 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 63 121 -
CMYK 0 0.61 0.25 0.36
HSL 324.85º 0.44% 0.44% -
HSV(B) 324.85º 0.61% 0.64% -
XYZ 20.13 12.62 19.46 -
YUV 99.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 162 63 121 0 0.61 0.25 0.36 324.85 0.44 0.44
Hex A2 3F 79 0 3D 19 24 145 2C 2C
Octal 242 77 171 0 75 31 44 505 54 54
Binary 10100010 111111 1111001 0 111101 11001 100100 101000101 101100 101100

Color Harmonies of #A23F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23F79

Black with #A23F79

Text Example


Text Example

White with #A23F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23F79; }

 p { color: rgb(162,63,121); }

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

background-color css

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

 a { background-color: rgb(162,63,121); }

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

border-color css

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

 span { border-color: rgb(162,63,121); }

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