Html Css Color HEX #A3467E Royal Heath

📋 copy color: '#A3467E'

red 163 ◦ green 70 ◦ blue 126

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

Shades of Royal Heath #A3467E

Tints of Royal Heath #A3467E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 45.4%
G = 19.5%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3467E (or 0xA3467E) is known color: Royal Heath. HEX triplet: A3, 46 and 7E. RGB value is (163,70,126). Sum of RGB (Red+Green+Blue) = 163+70+126=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3467E is #5CB981. Grayscale: #686868. Windows color (decimal): -6076802 or 8275619. OLE color: 8275619.

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

Color convert

RGB 163 70 126 -
CMYK 0 0.57 0.23 0.36
HSL 323.87º 0.4% 0.46% -
HSV(B) 323.87º 0.57% 0.64% -
XYZ 21.06 13.67 21.27 -
YUV 104.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 163 70 126 0 0.57 0.23 0.36 323.87 0.4 0.46
Hex A3 46 7E 0 39 17 24 144 28 2E
Octal 243 106 176 0 71 27 44 504 50 56
Binary 10100011 1000110 1111110 0 111001 10111 100100 101000100 101000 101110

Color Harmonies of #A3467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3467E

Black with #A3467E

Text Example


Text Example

White with #A3467E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3467E; }

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

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

background-color css

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

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

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

border-color css

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

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

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