Html Css Color HEX #A3467F Royal Heath

📋 copy color: '#A3467F'

red 163 ◦ green 70 ◦ blue 127

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

Shades of Royal Heath #A3467F

Tints of Royal Heath #A3467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.28%

R = 45.28%
G = 19.44%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3467F (or 0xA3467F) is known color: Royal Heath. HEX triplet: A3, 46 and 7F. RGB value is (163,70,127). Sum of RGB (Red+Green+Blue) = 163+70+127=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A3467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3467F is #5CB980. Grayscale: #686868. Windows color (decimal): -6076801 or 8341155. OLE color: 8341155.

HSL color Cylindrical-coordinate representation of color #A3467F: hue angle of 323.23º 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 #A3467F is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 70 127 -
CMYK 0 0.57 0.22 0.36
HSL 323.23º 0.4% 0.46% -
HSV(B) 323.23º 0.57% 0.64% -
XYZ 21.13 13.7 21.61 -
YUV 104.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 163 70 127 0 0.57 0.22 0.36 323.23 0.4 0.46
Hex A3 46 7F 0 39 16 24 143 28 2E
Octal 243 106 177 0 71 26 44 503 50 56
Binary 10100011 1000110 1111111 0 111001 10110 100100 101000011 101000 101110

Color Harmonies of #A3467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3467F

Black with #A3467F

Text Example


Text Example

White with #A3467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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