Html Css Color HEX #A34B82 Royal Heath

📋 copy color: '#A34B82'

red 163 ◦ green 75 ◦ blue 130

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

Shades of Royal Heath #A34B82

Tints of Royal Heath #A34B82

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.38%

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

R = 44.29%
G = 20.38%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A34B82 (or 0xA34B82) is known color: Royal Heath. HEX triplet: A3, 4B and 82. RGB value is (163,75,130). Sum of RGB (Red+Green+Blue) = 163+75+130=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34B82 is #5CB47D. Grayscale: #6B6B6B. Windows color (decimal): -6075518 or 8539043. OLE color: 8539043.

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

Color convert

RGB 163 75 130 -
CMYK 0 0.54 0.20 0.36
HSL 322.5º 0.37% 0.47% -
HSV(B) 322.5º 0.54% 0.64% -
XYZ 21.65 14.43 22.76 -
YUV 107.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 163 75 130 0 0.54 0.20 0.36 322.5 0.37 0.47
Hex A3 4B 82 0 36 14 24 142 25 2F
Octal 243 113 202 0 66 24 44 502 45 57
Binary 10100011 1001011 10000010 0 110110 10100 100100 101000010 100101 101111

Color Harmonies of #A34B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34B82

Black with #A34B82

Text Example


Text Example

White with #A34B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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