Html Css Color HEX #A3467B Royal Heath

📋 copy color: '#A3467B'

red 163 ◦ green 70 ◦ blue 123

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

Shades of Royal Heath #A3467B

Tints of Royal Heath #A3467B

RGB

 RED value IS 163 (64.06% from 255) = 45.79%

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

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 45.79%
G = 19.66%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3467B (or 0xA3467B) is known color: Royal Heath. HEX triplet: A3, 46 and 7B. RGB value is (163,70,123). Sum of RGB (Red+Green+Blue) = 163+70+123=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3467B is #5CB984. Grayscale: #676767. Windows color (decimal): -6076805 or 8079011. OLE color: 8079011.

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

Color convert

RGB 163 70 123 -
CMYK 0 0.57 0.25 0.36
HSL 325.81º 0.4% 0.46% -
HSV(B) 325.81º 0.57% 0.64% -
XYZ 20.87 13.6 20.26 -
YUV 103.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 163 70 123 0 0.57 0.25 0.36 325.81 0.4 0.46
Hex A3 46 7B 0 39 19 24 146 28 2E
Octal 243 106 173 0 71 31 44 506 50 56
Binary 10100011 1000110 1111011 0 111001 11001 100100 101000110 101000 101110

Color Harmonies of #A3467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3467B

Black with #A3467B

Text Example


Text Example

White with #A3467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3467B; }

 p { color: rgb(163,70,123); }

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

background-color css

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

 a { background-color: rgb(163,70,123); }

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

border-color css

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

 span { border-color: rgb(163,70,123); }

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