Html Css Color HEX #A34E7A Royal Heath

📋 copy color: '#A34E7A'

red 163 ◦ green 78 ◦ blue 122

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

Shades of Royal Heath #A34E7A

Tints of Royal Heath #A34E7A

RGB

 RED value IS 163 (64.06% from 255) = 44.9%

 GREEN value IS 78 (30.86% from 255) = 21.49%

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

R = 44.9%
G = 21.49%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A34E7A (or 0xA34E7A) is known color: Royal Heath. HEX triplet: A3, 4E and 7A. RGB value is (163,78,122). Sum of RGB (Red+Green+Blue) = 163+78+122=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34E7A is #5CB185. Grayscale: #6C6C6C. Windows color (decimal): -6074758 or 8015523. OLE color: 8015523.

HSL color Cylindrical-coordinate representation of color #A34E7A: hue angle of 328.94º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A34E7A is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 78 122 -
CMYK 0 0.52 0.25 0.36
HSL 328.94º 0.35% 0.47% -
HSV(B) 328.94º 0.52% 0.64% -
XYZ 21.34 14.64 20.11 -
YUV 108.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 163 78 122 0 0.52 0.25 0.36 328.94 0.35 0.47
Hex A3 4E 7A 0 34 19 24 149 23 2F
Octal 243 116 172 0 64 31 44 511 43 57
Binary 10100011 1001110 1111010 0 110100 11001 100100 101001001 100011 101111

Color Harmonies of #A34E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34E7A

Black with #A34E7A

Text Example


Text Example

White with #A34E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34E7A; }

 p { color: rgb(163,78,122); }

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

background-color css

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

 a { background-color: rgb(163,78,122); }

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

border-color css

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

 span { border-color: rgb(163,78,122); }

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