Html Css Color HEX #A4457B Royal Heath

📋 copy color: '#A4457B'

red 164 ◦ green 69 ◦ blue 123

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

Shades of Royal Heath #A4457B

Tints of Royal Heath #A4457B

RGB

 RED value IS 164 (64.45% from 255) = 46.07%

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

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 46.07%
G = 19.38%
B = 34.55%

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

#A4457B (or 0xA4457B) is known color: Royal Heath. HEX triplet: A4, 45 and 7B. RGB value is (164,69,123). Sum of RGB (Red+Green+Blue) = 164+69+123=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4457B is #5BBA84. Grayscale: #676767. Windows color (decimal): -6011525 or 8078756. OLE color: 8078756.

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

Color convert

RGB 164 69 123 -
CMYK 0 0.58 0.25 0.36
HSL 325.89º 0.41% 0.46% -
HSV(B) 325.89º 0.58% 0.64% -
XYZ 21.01 13.58 20.25 -
YUV 103.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 164 69 123 0 0.58 0.25 0.36 325.89 0.41 0.46
Hex A4 45 7B 0 3A 19 24 146 29 2E
Octal 244 105 173 0 72 31 44 506 51 56
Binary 10100100 1000101 1111011 0 111010 11001 100100 101000110 101001 101110

Color Harmonies of #A4457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4457B

Black with #A4457B

Text Example


Text Example

White with #A4457B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4457B; }

 p { color: rgb(164,69,123); }

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

background-color css

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

 a { background-color: rgb(164,69,123); }

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

border-color css

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

 span { border-color: rgb(164,69,123); }

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