Html Css Color HEX #A3457D Royal Heath

📋 copy color: '#A3457D'

red 163 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #A3457D

Tints of Royal Heath #A3457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.33%

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 45.66%
G = 19.33%
B = 35.01%

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

#A3457D (or 0xA3457D) is known color: Royal Heath. HEX triplet: A3, 45 and 7D. RGB value is (163,69,125). Sum of RGB (Red+Green+Blue) = 163+69+125=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3457D is #5CBA82. Grayscale: #676767. Windows color (decimal): -6077059 or 8209827. OLE color: 8209827.

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

Color convert

RGB 163 69 125 -
CMYK 0 0.58 0.23 0.36
HSL 324.26º 0.41% 0.45% -
HSV(B) 324.26º 0.58% 0.64% -
XYZ 20.93 13.52 20.91 -
YUV 103.49 140.14 170.45 -
System Red Green Blue C M Y K H S L
Decimal 163 69 125 0 0.58 0.23 0.36 324.26 0.41 0.45
Hex A3 45 7D 0 3A 17 24 144 29 2D
Octal 243 105 175 0 72 27 44 504 51 55
Binary 10100011 1000101 1111101 0 111010 10111 100100 101000100 101001 101101

Color Harmonies of #A3457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3457D

Black with #A3457D

Text Example


Text Example

White with #A3457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3457D; }

 p { color: rgb(163,69,125); }

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

background-color css

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

 a { background-color: rgb(163,69,125); }

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

border-color css

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

 span { border-color: rgb(163,69,125); }

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