Html Css Color HEX #A4467E Royal Heath

📋 copy color: '#A4467E'

red 164 ◦ green 70 ◦ blue 126

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

Shades of Royal Heath #A4467E

Tints of Royal Heath #A4467E

RGB

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

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

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

R = 45.56%
G = 19.44%
B = 35%

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

#A4467E (or 0xA4467E) is known color: Royal Heath. HEX triplet: A4, 46 and 7E. RGB value is (164,70,126). Sum of RGB (Red+Green+Blue) = 164+70+126=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4467E is #5BB981. Grayscale: #686868. Windows color (decimal): -6011266 or 8275620. OLE color: 8275620.

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

Color convert

RGB 164 70 126 -
CMYK 0 0.57 0.23 0.36
HSL 324.26º 0.4% 0.46% -
HSV(B) 324.26º 0.57% 0.64% -
XYZ 21.27 13.78 21.28 -
YUV 104.49 140.14 170.45 -
System Red Green Blue C M Y K H S L
Decimal 164 70 126 0 0.57 0.23 0.36 324.26 0.4 0.46
Hex A4 46 7E 0 39 17 24 144 28 2E
Octal 244 106 176 0 71 27 44 504 50 56
Binary 10100100 1000110 1111110 0 111001 10111 100100 101000100 101000 101110

Color Harmonies of #A4467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4467E

Black with #A4467E

Text Example


Text Example

White with #A4467E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4467E; }

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

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

background-color css

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

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

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

border-color css

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

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

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