Html Css Color HEX #A6457D Royal Heath

📋 copy color: '#A6457D'

red 166 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #A6457D

Tints of Royal Heath #A6457D

RGB

 RED value IS 166 (65.23% from 255) = 46.11%

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

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

R = 46.11%
G = 19.17%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6457D (or 0xA6457D) is known color: Royal Heath. HEX triplet: A6, 45 and 7D. RGB value is (166,69,125). Sum of RGB (Red+Green+Blue) = 166+69+125=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6457D is #59BA82. Grayscale: #686868. Windows color (decimal): -5880451 or 8209830. OLE color: 8209830.

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

Color convert

RGB 166 69 125 -
CMYK 0 0.58 0.25 0.35
HSL 325.36º 0.41% 0.46% -
HSV(B) 325.36º 0.58% 0.65% -
XYZ 21.56 13.84 20.94 -
YUV 104.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 166 69 125 0 0.58 0.25 0.35 325.36 0.41 0.46
Hex A6 45 7D 0 3A 19 23 145 29 2E
Octal 246 105 175 0 72 31 43 505 51 56
Binary 10100110 1000101 1111101 0 111010 11001 100011 101000101 101001 101110

Color Harmonies of #A6457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6457D

Black with #A6457D

Text Example


Text Example

White with #A6457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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