Html Css Color HEX #A6427B Royal Heath

📋 copy color: '#A6427B'

red 166 ◦ green 66 ◦ blue 123

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

Shades of Royal Heath #A6427B

Tints of Royal Heath #A6427B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

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

R = 46.76%
G = 18.59%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6427B (or 0xA6427B) is known color: Royal Heath. HEX triplet: A6, 42 and 7B. RGB value is (166,66,123). Sum of RGB (Red+Green+Blue) = 166+66+123=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A6427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6427B is #59BD84. Grayscale: #666666. Windows color (decimal): -5881221 or 8077990. OLE color: 8077990.

HSL color Cylindrical-coordinate representation of color #A6427B: hue angle of 325.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6427B is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 123 -
CMYK 0 0.60 0.26 0.35
HSL 325.8º 0.43% 0.45% -
HSV(B) 325.8º 0.6% 0.65% -
XYZ 21.25 13.43 20.21 -
YUV 102.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 166 66 123 0 0.60 0.26 0.35 325.8 0.43 0.45
Hex A6 42 7B 0 3C 1A 23 146 2B 2D
Octal 246 102 173 0 74 32 43 506 53 55
Binary 10100110 1000010 1111011 0 111100 11010 100011 101000110 101011 101101

Color Harmonies of #A6427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6427B

Black with #A6427B

Text Example


Text Example

White with #A6427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6427B; }

 p { color: rgb(166,66,123); }

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

background-color css

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

 a { background-color: rgb(166,66,123); }

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

border-color css

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

 span { border-color: rgb(166,66,123); }

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