Html Css Color HEX #A0417B Royal Heath

📋 copy color: '#A0417B'

red 160 ◦ green 65 ◦ blue 123

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

Shades of Royal Heath #A0417B

Tints of Royal Heath #A0417B

RGB

 RED value IS 160 (62.89% from 255) = 45.98%

 GREEN value IS 65 (25.78% from 255) = 18.68%

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

R = 45.98%
G = 18.68%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0417B (or 0xA0417B) is known color: Royal Heath. HEX triplet: A0, 41 and 7B. RGB value is (160,65,123). Sum of RGB (Red+Green+Blue) = 160+65+123=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A0417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0417B is #5FBE84. Grayscale: #636363. Windows color (decimal): -6274693 or 8077728. OLE color: 8077728.

HSL color Cylindrical-coordinate representation of color #A0417B: hue angle of 323.37º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0417B is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 65 123 -
CMYK 0 0.59 0.23 0.37
HSL 323.37º 0.42% 0.44% -
HSV(B) 323.37º 0.59% 0.63% -
XYZ 19.96 12.68 20.14 -
YUV 100.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 160 65 123 0 0.59 0.23 0.37 323.37 0.42 0.44
Hex A0 41 7B 0 3B 17 25 143 2A 2C
Octal 240 101 173 0 73 27 45 503 52 54
Binary 10100000 1000001 1111011 0 111011 10111 100101 101000011 101010 101100

Color Harmonies of #A0417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0417B

Black with #A0417B

Text Example


Text Example

White with #A0417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0417B; }

 p { color: rgb(160,65,123); }

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

background-color css

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

 a { background-color: rgb(160,65,123); }

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

border-color css

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

 span { border-color: rgb(160,65,123); }

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