Html Css Color HEX #A3447E Royal Heath

📋 copy color: '#A3447E'

red 163 ◦ green 68 ◦ blue 126

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

Shades of Royal Heath #A3447E

Tints of Royal Heath #A3447E

RGB

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

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

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

R = 45.66%
G = 19.05%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3447E (or 0xA3447E) is known color: Royal Heath. HEX triplet: A3, 44 and 7E. RGB value is (163,68,126). Sum of RGB (Red+Green+Blue) = 163+68+126=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3447E is #5CBB81. Grayscale: #666666. Windows color (decimal): -6077314 or 8275107. OLE color: 8275107.

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

Color convert

RGB 163 68 126 -
CMYK 0 0.58 0.23 0.36
HSL 323.37º 0.41% 0.45% -
HSV(B) 323.37º 0.58% 0.64% -
XYZ 20.94 13.43 21.23 -
YUV 103.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 163 68 126 0 0.58 0.23 0.36 323.37 0.41 0.45
Hex A3 44 7E 0 3A 17 24 143 29 2D
Octal 243 104 176 0 72 27 44 503 51 55
Binary 10100011 1000100 1111110 0 111010 10111 100100 101000011 101001 101101

Color Harmonies of #A3447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3447E

Black with #A3447E

Text Example


Text Example

White with #A3447E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3447E; }

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

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

background-color css

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

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

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

border-color css

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

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

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