Html Css Color HEX #A7407B Royal Heath

📋 copy color: '#A7407B'

red 167 ◦ green 64 ◦ blue 123

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

Shades of Royal Heath #A7407B

Tints of Royal Heath #A7407B

RGB

 RED value IS 167 (65.63% from 255) = 47.18%

 GREEN value IS 64 (25.39% from 255) = 18.08%

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

R = 47.18%
G = 18.08%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A7407B (or 0xA7407B) is known color: Royal Heath. HEX triplet: A7, 40 and 7B. RGB value is (167,64,123). Sum of RGB (Red+Green+Blue) = 167+64+123=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A7407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7407B is #58BF84. Grayscale: #656565. Windows color (decimal): -5816197 or 8077479. OLE color: 8077479.

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

Color convert

RGB 167 64 123 -
CMYK 0 0.62 0.26 0.35
HSL 325.63º 0.45% 0.45% -
HSV(B) 325.63º 0.62% 0.65% -
XYZ 21.34 13.31 20.18 -
YUV 101.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 167 64 123 0 0.62 0.26 0.35 325.63 0.45 0.45
Hex A7 40 7B 0 3E 1A 23 146 2D 2D
Octal 247 100 173 0 76 32 43 506 55 55
Binary 10100111 1000000 1111011 0 111110 11010 100011 101000110 101101 101101

Color Harmonies of #A7407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7407B

Black with #A7407B

Text Example


Text Example

White with #A7407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7407B; }

 p { color: rgb(167,64,123); }

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

background-color css

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

 a { background-color: rgb(167,64,123); }

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

border-color css

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

 span { border-color: rgb(167,64,123); }

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