Html Css Color HEX #A3447A Royal Heath

📋 copy color: '#A3447A'

red 163 ◦ green 68 ◦ blue 122

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

Shades of Royal Heath #A3447A

Tints of Royal Heath #A3447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.26%

 BLUE value IS 122 (48.05% from 255) = 34.56%

R = 46.18%
G = 19.26%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3447A (or 0xA3447A) is known color: Royal Heath. HEX triplet: A3, 44 and 7A. RGB value is (163,68,122). Sum of RGB (Red+Green+Blue) = 163+68+122=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3447A is #5CBB85. Grayscale: #666666. Windows color (decimal): -6077318 or 8012963. OLE color: 8012963.

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

Color convert

RGB 163 68 122 -
CMYK 0 0.58 0.25 0.36
HSL 325.89º 0.41% 0.45% -
HSV(B) 325.89º 0.58% 0.64% -
XYZ 20.68 13.33 19.89 -
YUV 102.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 163 68 122 0 0.58 0.25 0.36 325.89 0.41 0.45
Hex A3 44 7A 0 3A 19 24 146 29 2D
Octal 243 104 172 0 72 31 44 506 51 55
Binary 10100011 1000100 1111010 0 111010 11001 100100 101000110 101001 101101

Color Harmonies of #A3447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3447A

Black with #A3447A

Text Example


Text Example

White with #A3447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3447A; }

 p { color: rgb(163,68,122); }

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

background-color css

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

 a { background-color: rgb(163,68,122); }

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

border-color css

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

 span { border-color: rgb(163,68,122); }

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