Html Css Color HEX #A8407A Royal Heath

📋 copy color: '#A8407A'

red 168 ◦ green 64 ◦ blue 122

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

Shades of Royal Heath #A8407A

Tints of Royal Heath #A8407A

RGB

 RED value IS 168 (66.02% from 255) = 47.46%

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

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 47.46%
G = 18.08%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8407A (or 0xA8407A) is known color: Royal Heath. HEX triplet: A8, 40 and 7A. RGB value is (168,64,122). Sum of RGB (Red+Green+Blue) = 168+64+122=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A8407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8407A is #57BF85. Grayscale: #656565. Windows color (decimal): -5750662 or 8011944. OLE color: 8011944.

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

Color convert

RGB 168 64 122 -
CMYK 0 0.62 0.27 0.34
HSL 326.54º 0.45% 0.45% -
HSV(B) 326.54º 0.62% 0.66% -
XYZ 21.49 13.4 19.87 -
YUV 101.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 168 64 122 0 0.62 0.27 0.34 326.54 0.45 0.45
Hex A8 40 7A 0 3E 1B 22 147 2D 2D
Octal 250 100 172 0 76 33 42 507 55 55
Binary 10101000 1000000 1111010 0 111110 11011 100010 101000111 101101 101101

Color Harmonies of #A8407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8407A

Black with #A8407A

Text Example


Text Example

White with #A8407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8407A; }

 p { color: rgb(168,64,122); }

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

background-color css

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

 a { background-color: rgb(168,64,122); }

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

border-color css

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

 span { border-color: rgb(168,64,122); }

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