Html Css Color HEX #A34C82 Royal Heath

📋 copy color: '#A34C82'

red 163 ◦ green 76 ◦ blue 130

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

Shades of Royal Heath #A34C82

Tints of Royal Heath #A34C82

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

 BLUE value IS 130 (51.17% from 255) = 35.23%

R = 44.17%
G = 20.6%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A34C82 (or 0xA34C82) is known color: Royal Heath. HEX triplet: A3, 4C and 82. RGB value is (163,76,130). Sum of RGB (Red+Green+Blue) = 163+76+130=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34C82 is #5CB37D. Grayscale: #6C6C6C. Windows color (decimal): -6075262 or 8539299. OLE color: 8539299.

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

Color convert

RGB 163 76 130 -
CMYK 0 0.53 0.20 0.36
HSL 322.76º 0.36% 0.47% -
HSV(B) 322.76º 0.53% 0.64% -
XYZ 21.72 14.57 22.79 -
YUV 108.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 163 76 130 0 0.53 0.20 0.36 322.76 0.36 0.47
Hex A3 4C 82 0 35 14 24 143 24 2F
Octal 243 114 202 0 65 24 44 503 44 57
Binary 10100011 1001100 10000010 0 110101 10100 100100 101000011 100100 101111

Color Harmonies of #A34C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34C82

Black with #A34C82

Text Example


Text Example

White with #A34C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34C82; }

 p { color: rgb(163,76,130); }

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

background-color css

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

 a { background-color: rgb(163,76,130); }

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

border-color css

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

 span { border-color: rgb(163,76,130); }

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